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

前端 未结 11 2007
盖世英雄少女心
盖世英雄少女心 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:31

    I have Ubuntu 14.04 and OpenJDK and for me a fresh install worked.

    just did

    sudo apt-get install openjdk-7-jdk

    or,

    sudo apt-get install --reinstall openjdk-7-jdk if it is already installed and giving error,

    and everything was fine.

提交回复
热议问题