I\'m building a project with Cordova. On iOS, the workflow seems about what I was expecting but on Android it\'s quite the balancing act and I\'m not entirely sure how to fix. I
The possible solutions for this inconsistent scenario is as follows:
Add this preference in you config.xml under android platform:
Kill and restart adb server before every launch
Try creating a new AVD and mention it as target while launching the AVD
Remove and re-add android platform and rebuild the same
Hope it helps.
UPDATE: preference snippet added