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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -