我正在尝试使用以下命令运行react native项目:
npx react-native run-android
但我遇到此错误:
在此版本中使用了不推荐使用的Gradle功能,使其与Gradle 7.0不兼容。 使用“ --warning-mode all”来显示各个弃用警告。 参见https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings
失败:构建失败,并出现异常。
无法解决配置':react-native-google-analytics-bridge:debugCompileClasspath'的所有任务依赖项。 找不到com.google.android.gms:play-services-analytics:+的任何匹配项,因为没有可用的com.google.android.gms:play-services-analytics版本。 要求: 项目:react-native-google-analytics-bridge 找不到com.google.android.gms:play-services-tagmanager-v4-impl:+的任何匹配项,因为没有可用的com.google.android.gms:play-services-tagmanager-v4-impl版本。 要求: 项目:react-native-google-analytics-bridge
尝试: 使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行,以获取更多日志输出。使用--scan运行以获取完整的见解。
24秒内失败
错误无法安装该应用程序。确保已设置Android开发环境:https://reactnative.dev/docs/environment-setup。使用--verbose标志运行CLI以获取更多详细信息。 错误:命令失败:gradlew.bat app:installDebug -PreactNativeDevServerPort = 8081
依赖项:
"dependencies": {
"@react-native-community/async-storage": "^1.10.0",
"@react-native-community/cameraroll": "^1.6.0",
"@react-native-community/netinfo": "^5.8.0",
"@react-native-community/picker": "^1.6.6",
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
"@twotalltotems/react-native-otp-input": "^1.3.5",
"axios": "^0.19.2",
"axios-hooks": "^1.10.0",
"date-fns": "^2.12.0",
"i18n-js": "^3.5.1",
"lodash": "^4.17.15",
"moment": "^2.25.3",
"moment-jalaali": "^0.9.2",
"moment-timezone": "^0.5.28",
"native-base": "^2.13.12",
"prop-types": "^15.7.2",
"pushe-react-native": "^2.0.2",
"qs": "^6.9.4",
"react": "16.11.0",
"react-api-hooks": "^0.2.3",
"react-hook-form": "^5.6.1",
"react-native": "0.62.2",
"react-native-animatable": "^1.3.3",
"react-native-app-auth": "^5.1.2",
"react-native-app-intro-slider": "^4.0.2",
"react-native-autocomplete-input": "^4.1.0",
"react-native-base64": "^0.0.2",
"react-native-calendar-picker": "^6.0.6",
"react-native-communications": "^2.2.1",
"react-native-copilot": "^2.4.7",
"react-native-device-info": "^5.5.6",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-form-validator": "^0.3.2",
"react-native-gesture-handler": "^1.6.1",
"react-native-google-analytics-bridge": "^7.1.0",
"react-native-image-crop-picker": "^0.31.1",
"react-native-image-picker": "^2.3.1",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^11.5.6",
"react-native-permissions": "^2.1.4",
"react-native-persian-calendar-picker": "^3.1.1",
"react-native-popup-menu": "^0.15.7",
"react-native-ratings": "^6.5.0",
"react-native-reanimated": "^1.9.0",
"react-native-router-flux": "^4.2.0",
"react-native-screens": "^2.7.0",
"react-native-simple-dialogs": "^1.2.1",
"react-native-svg": "^9.13.6",
"react-native-swiper": "^1.6.0",
"react-native-text-input-mask": "^2.0.0",
"react-native-vector-icons": "^6.6.0",
"react-native-view-overflow": "0.0.5",
"react-native-view-shot": "^3.1.2",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "^0.12.0",
"socket.io-client": "^2.3.0"
}
yarn version: 1.22.4
node version: 12.17.0
npm version: 6.14.4
我曾尝试链接该软件包,但似乎也无法解决,因此也将其删除并重新安装,但未进行任何更改。