http://developer.android.com/intl/zh-cn/sdk/installing/index.html?pkg=tools
Troubleshooting Ubuntu
- If you need help installing and configuring Java on your development machine, you might find these resources helpful:
- Here are the steps to install Java:
-
If you are running a 64-bit distribution on your development machine, you need to install additional packages first. For Ubuntu 13.10 (Saucy Salamander) and above, install the
libncurses5:i386,libstdc++6:i386, andzlib1g:i386packages usingapt-get:sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386
For earlier versions of Ubuntu, install the
ia32-libspackage usingapt-get:apt-get install ia32-libs
- Next, install Java:
apt-get install sun-java6-jdk
-
本文详细介绍了在Ubuntu操作系统上安装Java的过程,包括对于不同版本的Ubuntu系统所需的额外步骤,以及具体的安装命令。
905

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



