Open lydongray opened 4 years ago
Having this issue too, can't fix, same stack
edit: possible fix https://github.com/sbugert/react-native-admob/issues/448#issuecomment-537659889
npm install --save-dev jetifier npx jetify npx react-native run-android
npm install --save-dev jetifier npx jetify npx react-native run-android
Thank you. This solved my issue.
@tlgync Good solution
npm install --save-dev jetifier npx jetify npx react-native run-android
had the same issue after upgrading to 0.64 with react-native-tcp
and react-native-udp
did they removed jetifier from react native cli?
go to the terminal and open the project
Step 1- npm install jetifier
Step 2- npx jetify
Step 3- npx react-native run-android
You have two options to resolve the error. Check out this blog for detailed steps
Hi, I've seen this or similar errors in previous reported issues however they are all closed as the problem was resolved. I've tried all the solutions in the previous issues with no success.
This issue appears as soon as I add the react-native-admob package and run my app. I am using Android Studio 3.6.3, react-native 0.62.2 and react-native-admob 2.0.0-beta.6 (I get the same issue with react-native-admob 1.3.2 as well).
To replicate, I do the following:
errors in the Build Output
Has anybody else had this issue and found a solution?