cordova - phonegap run android not working and no error message -
i had worked phonegap period of time , workd yesterday got stuck in problem installing app on device using command line:
\>>phonegap run android return [phonegap] executing 'cordova run android'... [phonegap] completed 'cordova run android' , no error message
but nothing happened app not installed in device nor open emulator.
i try create new project, update phonegap, update android platform, update sdk , uninstall phonegap , re-install nothing changed.
i having exact same problem. adding line config.xml file solved me:
<preference name="android-minsdkversion" value="10" />
i found solution after running cordova command cordova run android
instead of phonegap command. cordova command gave error below error:
manifest merger failed : uses-sdk:minsdkversion 7 cannot smaller version 10 declared in library c:\users\ecarriger\desktop\test\platforms\android\build\intermediates\exploded-aar\android\cordovalib\unspecified\debug\androidmanifest.xml
changing minsdkversion 10 in android manifest error pointed didn't work because run process overwrites it.