![]() | 1 | initial version |
for using Android SDK on Fedora 16 64bit I had to do this:
compilation of android app requires java build tool "ant":
yum install ant
and some 32-bit libs required due to compilation/java errors:
yum install libstdc++.i686 zlib.i686
![]() | 2 | yum install ncurses-libs.i686 |
for using Android SDK on Fedora 16 64bit I had to do this:
compilation of android app requires java build tool "ant":
yum install ant
and some 32-bit libs required due to compilation/java errors:
yum install libstdc++.i686 zlib.i686
for installation of compiled app another 32-bit lib required:
yum install ncurses-libs.i686
![]() | 3 | android emulator requires a few more 32-bit libs |
for using Android SDK on Fedora 16 64bit I had to do this:
compilation of android app requires java build tool "ant":
yum install ant
and some 32-bit libs required due to compilation/java errors:
yum install libstdc++.i686 zlib.i686
for installation of compiled app another 32-bit lib required:
yum install ncurses-libs.i686
android emulator requires a few more 32-bit libs:
yum install SDL.i686 libX11.i686 libXrandr.i686