I need help. My current app compile with Cordova 3.5 version. Google Mail in my publisher mail that
Google Play warning: You are using a vulnerable versions of Apache Cordova
So, I need to update Cordova version in my current Sencha app. Otherwise I am not able to upload app in Google Play store, I try to update Cordova using "cordova platform update android
". After that am not able to create build it stuck in
[INF] Processing Build Descriptor : default
Please help me I am new in Sencha touch development.
This will update your project:
npm install -g cordova
(Will update cordova, use sudo if you are in Linux or Mac OS X)cordova platform rm android
cordova platform add android