Android setup

From SoftwareGuy
Revision as of 19:14, 19 March 2023 by Mark (talk | contribs) (Created page with "Download java 1.6.0_45 and install typically in /usr/lib/jvm. Then run update-java-0.5b which creates the links to the executables. Download android studio. unzip and put somewhere... /opt/android-studio install these libraries: sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 needed to build android - sudo apt-get install flex Now run /opt/android-studio/bin/studio.sh")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Download java 1.6.0_45 and install typically in /usr/lib/jvm. Then run update-java-0.5b which creates the links to the executables.

Download android studio.

unzip and put somewhere... /opt/android-studio

install these libraries:

sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6

needed to build android - sudo apt-get install flex

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