Android SDK missing with Android Studio 3

前端 未结 10 1498
夕颜
夕颜 2020-12-05 17:54

I\'ve just downloaded Android Studio 3 for Windows from the official website, but when it starts, it displays an error message about a missing Andro

10条回答
  •  春和景丽
    2020-12-05 18:22

    Apparently, the problem was that Android Studio 3.0 had already been installed and uninstalled before this. The SDK got removed, but Android Studio's config didn't.

    Removing the config from a previous install (C:\Users\\.AndroidStudio3.0 folder) did the trick. When Android Studio started up, it opened a dialog about which parts of the SDK to download, and then proceeded as expected.

提交回复
热议问题