Closed skychavda closed 2 years ago
My guess is that you use some newer version of java that is more strict. It should be easy to fix. Could you provide which version of java you use (java --version
)?
Here is my java version: openjdk 11.0.16
@mieszko4 Any update for the same? Cause this is a blockage in our application due to this error whole application stops working.
helo, try this [#227]
Try this on Android Manifest.xml <application tools:replace="allowBackup" for release build --tools:replace="allowBackup,usesCleartextTraffic" for debug build -- tools:replace="allowBackup"
I am facing the same issue while I do
npm run android
then this erros are showing up@mieszko4 Is you have any Idea to resolve this I followed all the step after package is installed. Help me with it.