Cordoba emulates not working on Genymotion after updating SDK

Using Genymotion version 2.2.2, Android SDK Tools 23 (current), installed virtual block 4.3 and the image of the Nexus 4 phone - installed Android 4.4.2.

So, I used SDK Tools 20 (I think) with eclipse. By then, Genymotion was doing great. Cordoba imitated the application in Genymotion. Then I installed Android studio and updated my sdk tools to 23. I installed the selected packages. 4.4 is also installed.

Now the Genymotion emulator opens perfectly, but the cord does not open the application in Genymotion. Rather, he is looking for ADT for the default SDK emulators.

 Cordova emulate android

It was not possible to open the application in Genymotion. I also tried setting up the Genymotion SDK settings. Nothing helped.

Something went wrong? How to fix it?

+4
source share
1 answer

After receiving a response from the Genymotion team, Cordoba sees Genymotion as an individual device (not an emulator). Therefore, to install the application, you must specify the following command.

cordova run android
+10
source

All Articles