0

I downloaded Android Studio and Android sdk for Linux. Surprisingly, I didn't find any tutorial of how to install Android sdk, even at the official android web site. As for Android Studio, there is one there, it says that I just have to unzip Android Studio to the appropriate directory.

So what about Android Sdk installing?

4

2 回答 2

1

我不是 100% 确定 Linux,但 SDK 的 Windows 版本不需要“安装”——您只需提取存档的内容并运行可执行文件。然后会显示 SDK 管理器,它允许您下载各种 Android 开发组件。而且由于在安装和运行方面,Windows 比 Linux 更“需要”,我猜 Linux 版本的工作方式是一样的;)

您唯一需要做的另一件事是添加一个ANDROID_SDK_HOME环境变量,并将其设置为您提取 SDK 存档内容的路径。

于 2013-09-06T08:12:54.437 回答
0

我知道发布为时已晚,但可能对稍后提及此内容的任何人有用:http ://www.moreontech.com/getting-started-android-studio-linux/

于 2014-11-07T13:56:05.870 回答