Android emulator Error:- executing /system/bin/e2fsck failed: No such file or directory

前端 未结 5 1254
半阙折子戏
半阙折子戏 2021-01-15 03:09

I am trying to run my first Android App on Android Emulator on API 19. The Emulator get started but nothing comes up, means Home scree

5条回答
  •  甜味超标
    2021-01-15 03:55

    After checking your issue, I tried it too , to check whether emulator is opening the home page or not. I am sharing what I tried, it might work for you too.

    1. First install all android SDK Build Tools for 19 API

    See the below Image for reference :

    enter image description here

    2. Go To AVD Manager and click New , and select API level 19 and screen size as per your need. See below image for reference what I took in my case.

    enter image description here

    3.And then start your emulator created, It worked in my case.

提交回复
热议问题