Reputation: 1028
why my SDK Manager fail to run when open in eclipse. Before this all work fine, until i update the component via SDK manager, then i accidentally close the sdk manager while it update. After that it cannot run and console through error.
Here the error:
[2014-12-11 08:34:16 - SDK Manager] [SDK Manager] '-v' is not recognized as an internal or external command,
[2014-12-11 08:34:16 - SDK Manager] [SDK Manager] operable program or batch file.
[2014-12-11 08:34:17 - SDK Manager] [SDK Manager] Invalid path
Any idea how to fix this.?
Upvotes: 1
Views: 207
Reputation: 492
The way I fixed the similar problem on my system (Windows 8.1, 64 bit, JDK 7) was:
if problem persists It might be due to incomplete changes in the sdk/tools/lib folder. try replacing these files at
sdk root>/tools/lib
Upvotes: 1