我已经从http://developer.android.com/sdk/index.html安装了Android SDK。
我创建了.bash_profile并使用我有“android-sdk-macosx”文件夹的路径更新了它。 但是当我打开SDK管理器来安装平台时,它找不到它。我使用代理连接,我已在首选项中输入。
请帮助。 我应该安装一些其他SDK版本。有兼容性问题吗?尽管提到代理设置,为什么它没有连接到互联网。
答案 0 :(得分:0)
您应该确保在eclipse首选项中配置了sdk
Configuring the ADT Plugin
After you've successfully downloaded the ADT as described above,
the next step is to modify your ADT preferences in Eclipse to point to the
Android SDK directory:
Select Window > Preferences... to open the Preferences panel (Mac OS X:
Eclipse > Preferences).
Select Android from the left panel.
You may see a dialog asking whether you want to send usage statistics to Google.
If so, make your choice and click Proceed. You cannot continue with this
procedure
until you click Proceed.
For the SDK Location in the main panel, click Browse... and locate your
downloaded SDK directory. Click Apply, then OK.
Done! If you haven't encountered any problems, then the installation is complete.
If you're installing the Android SDK for the first time, return to Installing
the SDK to
complete your setup.*emphasized text*