简体   繁体   中英

Android SDK not found in Android Studio

I have a project in Android Studio that no longer runs on the emulator. I have checked the project settings numerous times and the path to the SDK is correct and I have even tried to create new SDK file paths. Even after doing a Gradle Sync the error that "local sdk path not found" still appears. Please help, I have tried everything I know and nothing on Google is seeming to solve this issue.

尝试选择Build > Clean Project

Invalidate cachae and Restart did the trick for me. Go to File -> Invalidate cache/Restart -> Invalidate and restart .

Also check if path is correct in your local.properties file, available in your project dir.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM