Release Android
Navigate to that directory by using the command $ cd /android/app
and use the keytool command with sudo permission as shown below
Edit the file android/gradle.properties
, and add the following (replace *****
with the correct keystore password, alias and key password)
Please try this $./gradlew clean
if some problem happen
The generated APK can be found under android/app/build/outputs/apk/release/app-release.apk
, and is ready to be distributed.
Last updated