Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (9.5k points)

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? 

1 Answer

0 votes
by (19.7k points)

You have to install ia32 libraries for it. See the code implementation below: 

apt-get install ia32-libs

apt-get install sun-java6-jdk

If you want to learn more about Linuxthen go through this Linux tutorial by Intellipaat for more insights. 

Related questions

Browse Categories

...