>
无法解析配置“:反应本机矢量图标:类路径”的所有文件。找不到 com.android.tools.build:gradle:2.3 的任何匹配项。 因为没有可用的com.android.tools.build:gradle版本。在以下位置搜索: https://jcenter.bintray.com/com/android/tools/build/gradle/maven-metadata.xml https://jcenter.bintray.com/com/android/tools/build/gradle/ 所需:项目 :react-native-vector-icons
您今天应该再试一次,因为jCenter服务由于一些沟通错误而被关闭。现在所有的包都恢复了。
尝试以下解决方法
subprojects {
if (project.name.contains('react-native-vector-icons')) {
buildscript {
repositories {
jcenter()
maven { url "https://dl.bintray.com/android/android-tools/" }
}
}
}
}
创建android/app/src/main/assets/this文件夹 #React-本机捆绑包--平台android--开发人员false--条目-文件index.js--捆绑包-输出android/app/src/main/assets/index.android.捆绑包--assets-dest android/app/src/main/res/ #cd android&&./gradl
> 其中:Build file'C:\users\documents\project\project_workspace\projectname\node_modules\react-native-reanimated\android\Build.gradle'行:69 错误:配置项目“:React-Native-Reanimated”时出现问题。 IOException:文件名、目录名或卷标语法
失败:生成失败,出现异常。 > 其中:构建文件'/users/blickx/desktop/dumont-reactnative/dumont/node_modules/@react-native-community/async-storage/android/Build.gradle'行:36 错误:评估项目':@react-native-community_async-storage'时出现问
react-native-icons 是 React Native 简单易用的图标组件,包括 5 种不同的图标字体和 2,444 个图标。 当前支持 5 种字体: FontAwesome 4.4 包含 585 icons ionicons 2.0.0 包含 733 icons,以及许多iOS 7风格概述图标 Foundation icons 包含 283 icons Zocial 包含 99 so
我在react-native中构建了一个项目,它在我的计算机上运行良好,但在更改其位置后,问题开始出现。我使用“yarn add@react-native-community/async-storage”安装了这个包
当我在手机上运行应用程序时,我得到了这个错误,即使在重新安装应用程序后,它仍然给我这个错误: 我正在使用电话套餐通过flutter app发送短信: 我使用联系人选择器,然后将号码发送到aove函数: