简体   繁体   English

在哪里获取适用于Linux 64位的android SDK?

[英]Where to get android sdk for linux 64bit?

I searched a lot of websites but nothing found. 我搜索了很多网站,但未找到任何内容。
Could anyone offer me a url or something like that? 谁能给我一个网址或类似的东西?
Thanks in advance. 提前致谢。

There is no 64bit SDK. 没有64位SDK。 Just go with the 32bit version to be found here . 只需在此处找到32位版本即可。

If you are running a 64-bit distribution on your development machine, you need to install the 如果您在开发计算机上运行64位发行版,则需要安装

ia32-libs package using apt-get::
apt-get install ia32-libs
Next, install Java:
apt-get install sun-java6-jdk

Simply installing ia32-libs should be enough. 只需安装ia32-libs就足够了。 In Debian based systems the following command should be good to go: 在基于Debian的系统中,最好使用以下命令:

  • apt-get install ia32-libs apt-get安装ia32-libs

The Android developer site also mentions the Sun Java package "sun-java6-jdk" which is no more available. Android开发人员站点还提到了Sun Java软件包“ sun-java6-jdk”,该软件包不再可用。 However I am hoping you already have the "Openjdk" equivalent of that which works equally well with no compromises. 但是,我希望您已经拥有等效的“ Openjdk”,并且可以毫不妥协地很好地工作。 Hope it helps. 希望能帮助到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM