Android SDK PATH 错误:找不到主目录

Android SDK PATH 错误:找不到主目录

我使用 Ubuntu 12.10,并尝试遵循本指南在 Ubuntu 12.04 中安装 android sdk 和 eclipse但我一直收到这个错误:

 Error: The AVD manager normally uses the user's profile directory to store AVD files. However it failed to find the default profile directory. To fix this, please set the environment variable ANDROID_SDK_HOME to a valid path such as ¨~¨.

有什么想法可以修复此问题吗?

答案1

您必须将变量 ANDROID_SDK_HOME 导出到您的 Android SDK 所在的路径:例如:

ANDROID_SDK_HOME=/home/theo/android-sdk/

答案2

按照提示操作然后运行

ANDROID_SDK_HOME=/home/your_username

在终端

相关内容