Android Studio 'tools.jar' file is not present in classpath

前端 未结 11 2002
盖世英雄少女心
盖世英雄少女心 2020-12-07 13:49

I downloaded the current version of Android Studio (latest as of 4th July 2013) I also downloaded the JDK version 7u25.

However, it displays error after startup: Ple

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 14:33

    read this: http://arwankhoiruddin.blogspot.co.il/2014/01/android-studio-in-ubuntu-problem.html

    in short: type at the terminal

    $ sudo update-alternatives --config java

    now you need to choose

    usr/lib/jvm/java-7-openjdk/jre/bin/java

    by pressing #3

提交回复
热议问题