No Android SDK found - Android Studio

2020-04-02 08:45发布

I have a problem with Android 0.4.2 Studio, when creating a new application, it tells me there is a problem with the rendering and shows me the following problem:

Renderering Problems No Android SDK found. Please configure an Android SDK.

My setup SDK and JDK is this: Android SDK location: C:\adt-bundle-windows\sdk, I put the path I use in Eclipse SDK, or there may be the problem, if someone has happened and what has been fixed, I'd like to give me the solution, thank you very much.

标签: android
16条回答
萌系小妹纸
2楼-- · 2020-04-02 09:11

Right now, the last version of Android Studio bundled (Windows IDE bundle with SDK (64-bit)) with Android SDK is version 2.3.3:

https://developer.android.com/studio/archive.html#android-studio-2-3-3

which size is about 2GB.

You can use it and then upgrade to the latest version of Android Studio.

查看更多
够拽才男人
3楼-- · 2020-04-02 09:11

I am on Mac Os. In my case, my host file was black. I added following entries (these entries should be there by default, but they weren't).

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1       localhost
255.255.255.255     broadcasthost
::1                          localhost

After re-running android studio, it prompted the sdk download.

查看更多
The star\"
4楼-- · 2020-04-02 09:14

I fixed this bug changing the proxy configuration:

No proxy → Auto-detect proxy settings
查看更多
狗以群分
5楼-- · 2020-04-02 09:16

These days, Android Studio setup do not provide SDK as the part of original package.

In the context of windows, when you start Android Studio 1.3.1, you see the error message saying no sdk found. You just have to proceed and provide the path where sdk can be downloaded. And you are done.

enter image description here

查看更多
登录 后发表回答