Building App on device
Learn how to build the app on iOS and/or Android device
Last updated
Was this helpful?
Learn how to build the app on iOS and/or Android device
Last updated
Was this helpful?
Once you have modified your app as per your requirements, you can start building the app for Android. Add an android platform to the project by running
This step will add an android platform to the project.
Now prepare the platform for a build
And run the app on your device or simulator by running
An iOS app can be built only on an Apple based system. Add an iOS platform to the project by running
This step will add an iOS platform to the project.
Now prepare the platform for a build
And run the app on your device or simulator by running
OR, run the app using XCode directly.