Friday, June 2, 2017

Adding a new platform to your existing Jet Application

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

Push notification in Oracle JET Hybrid application

Below are the main steps involved: First android device sends Sender ID, application ID to GCM/FCM for registration Upon successful reg...