Android SDK missing with Android Studio 3

前端 未结 10 1505
夕颜
夕颜 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:21

    try to reinstall it and download(automatically downloaded) the required file after restart, but follow the steps

    1 go to your main drive(consider 'c') then c/user//androidstudioproject and copy it to some other location(save your old projects to safe location)

    2 uninstall android studio from control panel

    3 delete following file

        a c/user//androidstudioproject
    
        b c/user//.android
    
      c 'c/user//AppData/Local/Android (keep hidden files on)'
    

    4 now install your androidstudio from its setup

    these will automatically download the required files after installation (always connect to internet while installing)

提交回复
热议问题