Android Studio installation on Ubuntu 12.04 fails to initialize [closed]

送分小仙女□ 提交于 2019-12-22 09:11:10

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!