问题
I get this error while trying to install Android Studio on Ubuntu 12.04 .
Plugin com.intellij failed to initialize and will be disabled.
null
Please restart Android Studio.
Anybody has tried to run Android Studio on Linux yet ?
Edit : Okay guys , had to update my Java , instructions for it are https://help.ubuntu.com/community/Java ; and after that it worked.
Edit2: Forget to mention , after updating ; go to terminal and type echo $JAVA_HOME ; and then go to the bin folder of IDEA ; open idea.sh and add export IDEA_JDK='value_you_found_from_echo_java_home'
. This line should be just before if [-n $IDED_JDK ..
来源:https://stackoverflow.com/questions/16578810/android-studio-installation-on-ubuntu-12-04-fails-to-initialize