Cannot run emulator in Android Studio

后端 未结 12 1857
灰色年华
灰色年华 2020-12-07 19:42

I just got done installing Android studio and trying to take it for a test run. When I try to run my app I get the following error message

emulator: ERROR:          


        
12条回答
  •  执笔经年
    2020-12-07 20:25

    In my case (Windows 10) the reason was that I dared to unzip the android sdk into non default folder. When I moved it to the default one c:/Users/[username]/AppData/Local/Android/Sdk and changed the paths in Android Studio and System Variables, it started to work.

提交回复
热议问题