Build and install the application
Last updated
Last updated
1- After making all your changes and modifications, save all your projects, open the console, navigate to your project file and execute the following command to build your application
If you are publishing the app in the Play Store, it is recommended to use app bundles or split APK to reduce the size of the app. To create the application package, run:
Learn more: To split APKs per ABI, run:
Learn more:
You should get the apk file inbuild/output/apk
file, to install your application on your connected device, follow the command below:
2- If you want to upload your app to Google Play, you must sign it before uploading, generate the sign it key by running the following command:
3- Open /android/key.properties
And modify the following attributes to rebuild your application: