Ubuntu Linux Notes
If you need help installing and configuring Java on your development machine, you might find these resources helpful:
https://help.ubuntu.com/community/Java
https://help.ubuntu.com/community/JavaInstallation
Here are the steps to install Java and Eclipse, prior to installing the Android SDK and ADT Plugin.
If you are running a 64-bit distribution on your development machine, you need to install the ia32-libs package using apt-get::
apt-get install ia32-libs
Next, install Java:
apt-get install sun-java6-jdk
The Ubuntu package manager does not currently offer an Eclipse 3.3 version for download, so we recommend that you download Eclipse from eclipse.org (http://www.eclipse.org/ downloads/). A Java or RCP version of Eclipse is recommended.
Follow the steps given in previous sections to install the SDK and the ADT plugin.
本文提供在Ubuntu上安装Java和Eclipse的步骤。首先为64位系统安装ia32-libs包,接着安装sun-java6-jdk。由于Ubuntu软件包管理器未提供Eclipse 3.3版本,建议从官方网站下载。完成这些步骤后即可安装Android SDK和ADT插件。
973

被折叠的 条评论
为什么被折叠?



