1

There are many examples of questions about how to speed up the android emulator. Here's an example: Why is the Android emulator so slow? How can we speed up the Android emulator? Some of the solutions are, "Use a different emulator". But, can cordova be configured to use these different emulators? If so, where do I configure this? By default, cordova is looking for an AVD (android virtualization device).

Community
  • 1
  • 1
Daniel Kaplan
  • 62,768
  • 50
  • 234
  • 356
  • Cordova is just running on top of a Java WebView, in other words, it's run like any other Android project. You just need to follow the advice in that thread you linked to. There is not a single change you need to do. – Stephan Branczyk Dec 10 '14 at 01:38

1 Answers1

1

Install Genymotion then run:

cordova run android

Cordova recognizes Genymotion as a device not an emulator.

Andres Restrepo
  • 389
  • 5
  • 6