Tools.jar is not in Android Studio classpath

前端 未结 3 1844
无人共我
无人共我 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: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.

提交回复
热议问题