Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/217.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
React-Native |@React-Native-community|选择器在android上未解析_Android_React Native_React Native Android - Fatal编程技术网

React-Native |@React-Native-community|选择器在android上未解析

React-Native |@React-Native-community|选择器在android上未解析,android,react-native,react-native-android,Android,React Native,React Native Android,我正在使用我的移动应用程序。这是我第一次运行它。它在ios模拟器上运行良好,但在android模拟器上显示错误 运行runandroid A problem occurred configuring project ':@react-native-community_picker'. > Could not resolve all artifacts for configuration ':@react-native- community_picker:classpath'. >

我正在使用我的移动应用程序。这是我第一次运行它。它在ios模拟器上运行良好,但在android模拟器上显示错误

运行
runandroid

A problem occurred configuring project ':@react-native-community_picker'.
> Could not resolve all artifacts for configuration ':@react-native- 
  community_picker:classpath'.
> Could not resolve com.android.tools.build:gradle:3.2.1.
 Required by:
     project :@react-native-community_picker
  > Could not resolve com.android.tools.build:gradle:3.2.1.
     > Could not get resource 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.2.1/gradle-3.2.1.pom'.
        > Could not GET 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.2.1/gradle-3.2.1.pom'.
           > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
我尝试安装此npm
@react native community/picker
,然后再次运行。它不起作用

packag.json

"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/picker": "^1.6.5",
"@react-navigation/native": "^5.5.0",
"@react-navigation/stack": "^5.4.1",
"axios": "^0.19.2",
"immer": "^6.0.9",
"intl": "^1.2.5",
"react": "^16.13.1",
"react-intl": "^2.8.0",
"react-native": "0.62.2",
"react-native-gesture-handler": "^1.6.1",
"react-native-reanimated": "^1.9.0",
"react-native-safe-area-context": "^3.0.2",
"react-native-screens": "^2.8.0",
"react-redux": "^7.2.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0"
提前谢谢

我刚刚更新了这个npm。它现在正在工作

更新的Package.json

    "@react-native-community/picker": "^1.6.6",
    "@react-navigation/native": "^5.5.0",
    "@react-navigation/stack": "^5.4.1",
    "axios": "^0.19.2",
    "immer": "^6.0.9",
    "intl": "^1.2.5",
    "native-base": "^2.13.13",
    "react": "^16.13.1",
    "react-intl": "^2.8.0",
    "react-native": "0.62.2",
    "react-native-gesture-handler": "^1.6.1",
    "react-native-reanimated": "^1.9.0",
    "react-native-safe-area-context": "^3.0.2",
    "react-native-screens": "^2.8.0",
    "react-native-swipe-list-view": "^3.2.3",
    "react-redux": "^7.2.0",
    "redux-saga": "^1.1.3",
    "reselect": "^4.0.0"```