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
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 :
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.
3.And then start your emulator created, It worked in my case.