+ 2
Emulate Android Studio
I've installed Android Studio. But when I try to run a project, it asks me to run Haxm, also done, but, can't run the emulator and compile. What can I do?
3 Réponses
+ 4
https://developer.android.com/support
^Check out their support area.
+ 2
With the Link provided by @Fata1 Err0r hopefully you will fix your emulation issue.
I just wanted to add, in case you have not, to consider setting your phone as a test device, the disadvantage is that the app takes more time to get launched cause there are more processes this way, but an emulator, as close to the real thing, it is not, and debugging is a crucial phase of development.
https://www.youtube.com/watch?v=Qb2olFyoMV4
Good luck Antoine.
+ 1
Thank you.