Installing the SDK | Android Developers

来源:互联网 发布:淘宝宝贝主图最佳尺寸 编辑:程序博客网 时间:2024/05/18 12:34

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.

通过Installing the SDK | Android Developers.

 Posted by ian at 15:31
原创粉丝点击