6

I wanted to create an android app. Therefore I installed Eclipse IDE and installed other required SDK packages. But when I tried installing HAXM emulator my system did not support the virtualisation technology. Is there any other emulator that I can use or is there any way that I can create an android app online and run it online.

Sowmya
  • 151
  • 1
  • 1
  • 8
  • possible duplicate of [Any fast android emulator out there? It's pain to develop using android default emulator](http://stackoverflow.com/questions/11699619/any-fast-android-emulator-out-there-its-pain-to-develop-using-android-default) – kiranpradeep Feb 07 '15 at 13:58

1 Answers1

0

Try the Visual Studio Emulator for Android if you're on a PC. It's a fast, x86, Hyper-V emulator and comes free with Visual Studio 2015 (you can try out CTP5 here)

John Engel-Kemnetz
  • 2,527
  • 22
  • 22