Cannot run emulator in Android Studio

后端 未结 12 1853
灰色年华
灰色年华 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:14

    Normally, the error will occur due to an unsuitable AVD emulator for the type of app you are developing for. For example if you are developing an app for a wearable but you are trying to use a phone emulator to run it.

提交回复
热议问题