when i try to generate a release version using the following command:
cd android && ./gradlew assembleRelease
an apk file is generated in the directory:
/app/build/outputs/apk/app-release-unsigned.apk
Unfortunately when i try to install the apk on my phone with Android 5. i got the following error:
There was a problem parsing the package.
Note that i am using react native under windows.