Tools.jar is not in Android Studio classpath

前端 未结 3 1814
无人共我
无人共我 2021-01-03 21:52

I tried installing Android Studio on a Samsung Chromebook Series 3 with an ARM processor, but I\'m stuck with the Java. Any help would be appreciated.

Downlo         


        
相关标签:
3条回答
  • 2021-01-03 22:01

    Please check whether your system configuration is 32bit or 64bit and according to that download respective JDK and provide its path in JAVA_HOME

    0 讨论(0)
  • 2021-01-03 22:20

    No It's not in the studio. What you should do:

    • Change your JRE to use the JRE found inside your JDK
    • Add tools.jar that can be found in the JDK Libraries folder

    That's it. It's a known issue, but they're working on it. But this is a workaround.

    0 讨论(0)
  • 2021-01-03 22:24

    Couple of things, you can check: 1. check jdk is in your path 2. from your command line, execute this command: java -version and see what it shows 3. and execute this command: javac -version If both command gives no error then try again otherwise fix those issue.btw, Do not forget to check your system configuration to make sure that it is 32bit or 64 bit

    0 讨论(0)
提交回复
热议问题