Cannot run emulator in Android Studio

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

    A common approach to follow to solve this problem.

    1.CHECK your SDK manager by running from your android studio and stand alons sdk folder by executing ./android.sh helps you to find broken packages

    1. Try installing System emulator images with google API support than the Intel one. Just like , i solved my problem by running into another system image.

    2. Experment on KVM based Virtulaization suggested by Google for Linux

提交回复
热议问题