Android SDKs don't show up

为君一笑 提交于 2019-12-24 18:05:34

问题


I went through all the steps on the android dev site, installed all the SDKs, and when I start a new android project or go to android preferences the list that's supposed to show the SDKs is empty. I have the SDK location pointed to /android-sdk-mac_x86 and it looks like every things there. Am I missing a step maybe?


回答1:


Try doing a fresh install. This should fix your problem. Sometimes eclipse will bug out and create problems.

Doing a fresh install usually solves this problem for me and people i know.




回答2:


When you install the SDK you need to open the SDK Manager and download all the version you want to work with.. by default it doesn't include any.




回答3:


I think the problem is due to the fact that you didn't install the Eclipse ADT.

The SDK is one thing (and it is not linked to Eclipse), you have then to link the SDK to Eclipse.

Quite easy and very well explained here:

http://developer.android.com/sdk/eclipse-adt.html

I hope this helps.




回答4:


it is the problem we face many time in eclipse.
to solve this problem you need to Clear your cache and reload.
just follow below given step

open AVD manager

The clear-cache button is in Tools > Options.
and reloading is Packages > Reload in the SDK Manager.
also seled first check box in other category which force https insteam of http.
restart AVD and Eclipse



来源:https://stackoverflow.com/questions/8822261/android-sdks-dont-show-up

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!