I have completed my android project on React Native and finding this error while compiling the project for Signed Apk. > Task :react-native-video:compileReleaseJavaWithJavac Not
Solution 1:
Change supportLibVersion of build.gradle of your project to 27.1.1
Edit
How about adding below code to build.gradle of project,
Post a Comment for "React Native Android Generate Signed Apk Giving Resource Error"