tdaitx / android-studio

Android Studio by Google packaged for Ubuntu.

Home Page:http://paolorotolo.github.io/android-studio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Studio for Ubuntu

Android Studio by Google packaged for Ubuntu. Visit the official website here.

##FAQ

32-bit compatibility libraries

Q: I can't correctly build my project on Ubuntu amd64. Even if using a sample project with all default settings.

A: You probably need to install 32-bit compatibility libraries. Open a terminal and run:

sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1 lib32z1-dev

Unable to start

Q: When I click on the icon, Android Studio just doesn't start. A: Did you install Java? Try to install Java 8 from this PPA.

Also, try:

/opt/android-studio/bin/studio.sh

If you have this error, you probably have to install the jdk:

Start Failed: Internal error. Please report to https://code.google.com/p/android/issues

java.lang.NoClassDefFoundError: com.intellij.util.lang.ClassPath
at java.lang.Class.initializeClass(libgcj.so.14)
[...]
Invisible icon

Q: Android Studio doesn't appear in Unity's dash / GNOME Overview.

A: I'm currently working on this issue. Meanwhile, you can manually start Android Studio with the following command:

/opt/android-studio/bin/studio.sh

HiDPI support

Q: Android Studio looks strange. Some icons and objects are way too small.

A: To fix some of these problems add

-Dhidpi=true

to these files:

/opt/android-studio/bin/studio.vmoptions

/opt/android-studio/bin/studio64.vmoptions

screenshot from 2014-11-22 17 28 23

About

Android Studio by Google packaged for Ubuntu.

http://paolorotolo.github.io/android-studio/

License:Apache License 2.0


Languages

Language:Shell 95.6%Language:Makefile 4.4%