-1

[2013-03-23 02:30:46 - SDK Manager] [SDK Manager] Error: Unable to access jarfile lib\archquery.jar [2013-03-23 02:30:47 - SDK Manager] [SDK Manager] Invalid path [2013-03-23 02:30:47 - SDK Manager] [SDK Manager] Access is denied.

Zubair Ahmed
  • 1
  • 1
  • 3
  • You might want to include more information about your problem to get a response. What exactly happened and what have you tried so far? – Nick Rempel Mar 22 '13 at 21:55
  • refer...http://stackoverflow.com/questions/5199811/android-sdk-manager-wont-open/15390396#15390396 – karan Mar 22 '13 at 22:13

1 Answers1

0

set the PATH environment variables.

Right-click myComputer->Properties->Advanced system settings->Environment Variables

Then under System Variables, add a new variable.

Variable JAVA_PATH
Value C:\Program Files\Java\jdk1.7.0

select edit and this %JAVA_PATH%\bin; before

karan
  • 8,637
  • 3
  • 41
  • 78