React Native: package analysis error

when I try to generate the release version using the following command:

cd android & &. / gradlew assembleRelease

apk file is created in the directory:

/app/build/outputs/apk/app-release-unsigned.apk

Unfortunately, when I try to install apk on my Android 5. phone, I received the following error:

The problem was package analysis.

enter image description here

Note that I am using the native reaction under windows.

+5
source share
1 answer

I answer my question. This issue was resolved by creating the signature key mentioned in https://facebook.imtqy.com/react-native/docs/signed-apk-android.html .

+6
source

Source: https://habr.com/ru/post/1245008/


All Articles