Suppose you have a ios application created in Oracle Jet and you want to add android platform also and want to run your application in Android platform also then navigate to the hybrid folder of your application in command prompt and run the below mentioned command one by one
cordova plugin save
cordova platform rm android
cordova platform add android
No comments:
Post a Comment