Lijap
Lijap

Reputation: 625

Android SDK error

After running android.bat both with and without administrator powers I get the following error: Error  in command prompt

Environment Values set as:

C:\Program Files\Java\jdk1.7.0_71\bin set for JAVA_HOME, JDK_HOME, and JAVA_PATH

C:\Program Files\Java\jdk1.7.0_71\bin;%SystemRoot%\system32; set for PATH

C:\Users\elija_000\AppData\Local\Android\Sdk\tools\lib\x86_64\swt.jar set for ANDROID_SWT

Upvotes: 0

Views: 93

Answers (2)

Sharp Edge
Sharp Edge

Reputation: 4192

You have redundant environmental variables !! only PATH and JAVA_HOME are required.. JDK_HOME, JAVA_PATH are not required.. further more if you have eclipse and ADT, open eclipse go to 'window' then select 'android sdk manager'.. see if that opens or not to test.

Upvotes: 1

user4302111
user4302111

Reputation:

Try to reinstall the java maybe it will work

Upvotes: 0

Related Questions