Android Sdk Not Working
The Android SDK doesn't open so i tried to open Android.bat to see the errors and I get this Error: The system cannot find the file specified. The system cannot find the file
Solution 1:
Taken from the possibly duplicated thread:
The latest SDK has AVD Manager in the SDK Manager itself. Open SDK Manager -> Tools -> Manage AVDs
Solution 2:
Did you try installing the JDK outside Program Files? That is install it in a directory, which does not have any spaces in the path. For example install the JDK in the following directory and try again
c:\installs\java
Solution 3:
Make Sdk update to repair the sdk bundle and try making some avds
Solution 4:
Your JAVA_HOME might be configured wrongly. Trying changing the path to C:\Program Files\Java\jdk1.7.0_25\jre\bin
Post a Comment for "Android Sdk Not Working"