I am using latest version of Android Studio 2.0 Beta 5 with Android SDK 24.4.1 and Android Build Tool 23.0.2.
I am facing one issue when I try to compile with Google APIs like this compileSdkVersion 'Google Inc.:Google APIs:23' in app level build.gradle.
I am getting error No Android SDK found. Please configure an Android SDK in design preview and Preview Android Version is There is no list to select any Android OS Version.
I am unable to RUN app because it shows error in Edit Configuration. This is the Error: Please select Android SDK.
If I change compileSdkVersion 'Google Inc.:Google APIs:23' to compileSdkVersion 23 every thing works fine.
I also checked with Tools (Preview Channel) Android SDK tools 25.0.6 after downloading but same issue.
This bug was also in 2.0 beta 2, beta 3, beta 4 and still I am facing.
It was working fine before Android Studio 2.0
Please let me know What should I do?