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).
            Asked
            
        
        
            Active
            
        
            Viewed 154 times
        
    1
            
            
        - 
                    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 Answers
1
            
            
        Install Genymotion then run:
cordova run android
Cordova recognizes Genymotion as a device not an emulator.
 
    
    
        Andres Restrepo
        
- 389
- 5
- 6
 
    