Running cordova run android
with version 4.0.0
of the Android platform builds the APK and says that the app launched successfully but the APK isn't installed on the connected phone.
The APK can be transferred manually and works fine. Once the APK is transferred, cordova run android
will open the existing APK on the phone but won't update it.
If I use version 3.6.4
of the Android platform everything works as expected.
Any ideas on what might be going wrong?