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
It helped me to set the right SDK... I used the one in Program Files, what did not work!
Then i found out to use the following SDK (set in local.properties):
sdk.dir=C:/Program Files (x86)/Android/android-studio/sdk
Hope this helps...