Closed brownieboy closed 4 years ago
This is an AndroidX issue. The quick fix was to run react-native run-android
immediately before trying to assemble a release version.
You don't need to let react-native run-android
run to finish either. As soon as you see a line like this:
Jetifier found 2667 file(s) to forward-jetify. Using 4 workers...
you can ctrl->c
out of the react-native
command and then try /gradlew assembleRelease
again.
It's easier to just run: npx jetify
Building a release Android version of my app by running
./gradlew assembleRelease
choked on this line for me: