Thursday, November 24, 2016

Android Studio - Error:SDK location not found

Imported Android project from eclipse environment to Android studio, then have problem. How to Solved?

Issues: Error:SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.


Solution:
1. Search into your project folder location (Example D: AndroidDev>2016>MyApp, and copy <local.properties>.
2. Then paste this file < local.properties> on D: AndroidDev>2016.
3. On your Android Studio Panel, Build > Clean Project.

DONE !!!

No comments:

Post a Comment