0
Personal talk I’m having trouble generating an apk with React Native.
It comes to build the project and run in the simulator, but the app-release.apk file that is generated in the android/app/build/outputs/apk folder comes with zero bytes.
Has anyone ever taken anything like it?
I have tried to downgrade jdk to version 8 always when I will generate build.
I run android cd . /gradlew clean back to root and run android Yarn --Variant=release.
Gives build successfully, but the generated file gets zero bytes.