Android Studio does not load on Samsung ARM Chromebook with 32-bit Ubuntu 12.04 w / JDK-8

Android Studio 0.2.2 with jdk-8-ea-b102-linux-arm-vfp-hflt-07_aug_2013 does not load on my Samsung ARM Chromebook with 32-bit Ubuntu 12.04. I tried older JDKs (7 and 6), no luck. JDK-8 says ARM is compatible. Has anyone else been lucky with this setup?

/ Downloads / android-studio / bin $. / Studio.sh WARNING. You start the IDE using the OpenJDK Java runtime.

IT KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES! SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS! 

NOTE. If you have installed both Oracle (Sun) JDK and OpenJDK, please check that the environment variable STUDIO_JDK, JDK_HOME or JAVA_HOME indicates a valid installation of the Oracle (Sun) JDK. See ow.ly/6TuKQ for more on switching the default JDK.

Press "Enter" to continue.

+4
source share
1 answer

When using Chroagh and Arch Linux, Intellij Idea runs. At the command prompt, type:

 cd /usr/lib sudo ln -s libgif.so libgif.so.4 pacman -S intellij-idea-community-edition 

Intellij Idea installs with Open-JDK7 with ARM, but you can replace it with Oracle JDK 8 for ARM.

I was not lucky to install the Android-Studio or Android SDK for Eclipse on Ubuntu or Arch. We continue to search for this solution.

+1
source

Source: https://habr.com/ru/post/1496455/


All Articles