I am newbie in the world of android app development. I was creating a project Example on Android Studio. I have my LunchList.java file in
this happened when i update to 2.0. i had to change the dependencies in the build.gradle file under src dir not gradle dir. change from
dependencies { classpath 'com.android.tools.build:gradle:0.4.0' }
to
dependencies { classpath 'com.android.tools.build:gradle:0.5.+' }