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

后端 未结 16 2741
长发绾君心
长发绾君心 2020-12-05 02:05

I installed Android Studio but it was giving me error that I need to install JDK but JDK was already installed. Then I realized it is asking to install 64bit version of JDK.

16条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 02:38

    I installed jdk 1.8.0_51 64bit on Windows7. After that, no JAVA_HOME was defined, so I had to define it myself as described above, but it did not work unless I added a trailing backslash: D:\Programs\Java\jdk1.8.0_51\.

    Without the backslash at the end it did not work.

提交回复
热议问题