Back
The available SDK download of android for Linux is for 32-bit versions of Linux. Can anyone tell me whether it’s possible to develop an android sdk for a 64-bit linux machine?
You have to install ia32 libraries for it. See the code implementation below:
apt-get install ia32-libsapt-get install sun-java6-jdk
apt-get install ia32-libs
apt-get install sun-java6-jdk
If you want to learn more about Linux, then go through this Linux tutorial by Intellipaat for more insights.
31k questions
32.8k answers
501 comments
693 users