Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sources for Android API 24 Platform not found (Android Studio 2.1)

In Android Studio 2.1 I was using API 24 just fine, then suddenly started seeing "Sources for Android API 24 Platform not found" warning in my AndroidManifest.xml.

Rerunning the Android SDK Manager setup in Android Studio, removing other non-supported APIs, etc didn't work for me. How do I fix this?

like image 665
Mycah Avatar asked Jul 06 '16 21:07

Mycah


1 Answers

Try this method , I copied it from here.

Android Studio 2.1 reporting in: solved the issue by resetting SDK.

Preferences -> Appearance & Behavior -> System Settings -> Android SDK.

Click on Edit to the right of Android SDK location. Next, next, next to complete the wizard and voila!

like image 184
Veer Avatar answered Oct 19 '22 20:10

Veer