tools.jar seems to be not in Android Studio classpath on Windows 8

I had this same problem and was able to fix it after wasting about 3 hours:

Just copy tools.jar from %JAVA_HOME%\lib to (Android Studio Root)\lib

Leave a Comment