sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 531 forks source link

Error while running npx react-native run-android (unexpected element <property> found in <manifest><application>) #609

Open jaykeerti opened 11 months ago

jaykeerti commented 11 months ago

Execution failed for task ':app:processDebugResources'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Android resource linking failed C:\Users\Sai.gradle\caches\transforms-2\files-2.1\3a123214b124047856d35dd21c77fbd6\jetified-play-services-ads-lite-22.4.0\AndroidManifest.xml:82:9-84:62: AAPT: error: unexpected element found in .

my package.json

{ "name": "godislove", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "@react-native-firebase/analytics": "^17.1.0", "@react-native-firebase/app": "^17.1.0", "@react-native-firebase/firestore": "^17.1.0", "openai": "^3.2.1", "react": "17.0.1", "react-native": "0.64.1", "react-native-admob": "^1.3.2", "react-native-gifted-chat": "^0.16.3", "react-native-navigation": "^7.13.0", "react-native-paper": "^4.8.1", "react-native-url-polyfill": "^1.3.0", "react-native-vector-icons": "^7.1.0" }, "devDependencies": { "@babel/core": "^7.14.0", "@babel/runtime": "^7.14.0", "@react-native-community/eslint-config": "^1.1.0", "babel-jest": "^25.1.0", "eslint": "^6.5.1", "jest": "^25.1.0", "jetifier": "^2.0.0", "metro-react-native-babel-preset": "^0.59.0", "react-test-renderer": "16.13.1" }, "jest": { "preset": "react-native" } }