Reputation: 77
I have writed couple simple apps in android studio, I normally run/test them on my phone via USB, but I would like to use emulator (access to internet which i dont have on phone). My emulator starts normally but app wont show/run. There is no error or nothing. Many people writes about how emulators run slowly, my emulator starts fast and i've waited 10 mins and still no signs of my app. I've tryied different devices in AVD but nothing worked, any suggestions/ideas what can be wrong?
Upvotes: 0
Views: 3388
Reputation: 736
Try genymotion, it's pretty smooth emulator(much faster than standard implementation) using virtual box. Just install, add virtual device and its ready to use.
Upvotes: 1
Reputation: 52
Run AVD and after press Shift+F10 (RUN APP) And wait for load your app to AVD.
Upvotes: 0