Is it possible to develop using the Android SDK on a 64-bit linux machine. The available SDK downloads seem to be just for 32-bit versions of Linux.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
For AWS Linux, I've found the solution in the old AWS Forum post.
sudo yum install mesa-libGL.i686 libXrender.i686 libSM.i686 freetype.i686 libstdc++.i686
Yes, it is. You need to install the ia32 libraries. Check out the Ubuntu Linux troubleshooting section.
For those who are using Slackware click here.
I tried it with current and it works.
In short, you need to enable 32bit support by installing multilib packages.
Steps:
1) Download the package:
2) install packages:
3) install compatibility packages:
Restart the system and voila.
For Arch users:
You have to install the lib32-gcc-libs and lib32-ncurses packages which are in the Multilib repository. (Which you have to enable)
On CentOS 6.2 I got it working with the following:
yum install glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686 ncurses-devel.i686 libX11-devel.i686 libXrender.i686 libXrandr.i686
On (K)Ubuntu you need following 32-bit packages:
sudo apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
for running the emulator you need that additional package: