Setup, Build and Apk creation

Follow these guidelines to generate the APK file: projectName\android\app\src\main\res\values\strings.xml. Search “versionName” and change the app version like versionName=”1.0.1”. and change versionCode (version code must be a number like=2)       For Android:     For IOS:   For Android: For IOS: 9. Generating debug apk cd android gradlew assembleDebug If all the commands successfully run you will see the apk […]

Read More