- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在我的 React Native 0.60.4
我正在尝试使用的应用程序react-native-firebase
除了react-native-link
,我什么都做了因为最新版本的 React Native 不支持它。当我发出命令 react-native-run-android
,它显示了react-native-firebase
的节点模块的很多错误.我猜它正在发生某些版本冲突。这是长错误:
这是我的应用程序构建/gradle 文件依赖项:
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.facebook.react:react-native:+"
implementation "com.google.firebase:firebase-core:16.0.9"
implementation "com.google.firebase:firebase-firestore:19.0.0"
implementation "com.google.firebase:firebase-messaging:18.0.0"
// implementation "com.google.firebase:firebase-functions: 17.0.0"
// implementation "com.google.firebase:firebase-analytics: 16.5.0"
// implementation " com.google.firebase:firebase-ads:17.2.1"
// implementation "com.google.android.gms:play-services-measurement-api:16.5.0"
// implementation "com.google.firebase:firebase-invites:17.0.0"
// implementation "com.google.firebase:firebase-iid: 18.0.0"
// implementation "com.google.firebase:firebase-config:17.0.0"
// implementation "com.google.firebase:firebase-perf:17.0.0"
// Firebase dependencies
implementation "com.google.android.gms:play-services-base:16.1.0"
implementation"com.google.android.gms:play-services-gcm:16.1.0"
implementation 'com.android.support:multidex:1.0.3'
if (enableHermes) {
def hermesPath = "../../node_modules/hermesvm/android/";
debugImplementation files(hermesPath + "hermes-debug.aar")
releaseImplementation files(hermesPath + "hermes-release.aar")
} else {
implementation jscFlavor
}
}
task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
into 'libs'
}
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
apply plugin: 'com.google.gms.google-services'
buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 21
compileSdkVersion = 28
targetSdkVersion = 28
supportLibVersion = "28.0.0"
googlePlayServicesVersion = "16.1.0"
multiDexEnabled = true
}
repositories {
google()
jcenter()
}
dependencies {
classpath('com.android.tools.build:gradle:3.4.2')
classpath( 'com.google.gms:google-services:4.2.0')
}
}
allprojects {
repositories {
google()
mavenLocal()
jcenter()
maven {
url("$rootDir/../node_modules/react-native/android")
}
maven {
url("$rootDir/../node_modules/jsc-android/dist")
}
}
}
最佳答案
运行 npx jetify
从 node_modules 所在的项目根目录
关于react-native - 任务 ':react-native-firebase:compileDebugJavaWithJavac' 执行失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57369178/
所以当我点击构建项目时它说零错误但我仍然得到这个 Executing tasks: [clean, :unityLibrary:assembleDebug, :launcher:assembleDe
我正在为 android 重写一个 react-native google 登录模块(完整源代码可在 https://github.com/Asimetriq/rn-google-sign-in/tr
我创建了一个新项目并且没有修改任何文件。 我只是在创建项目后运行移动模块。 错误信息是:错误:任务 ':mobile:compileDebugJavaWithJavac' 执行失败。 java.io.
我正在尝试在我的新机器上设置 Ionic,但在构建 Cordova Android 项目时遇到了问题,我似乎无法修复。我使用的程序和版本是: NodeJS v6.9.1 npm v3.10.8 Cor
我发现这个任务甚至占用了 gradle 执行任务总时间的一半。当我使用 -x 禁用此任务时,一切似乎仍然运行良好。所以我想更多地了解这个任务,以及我是否应该禁用它。 最佳答案 compileDebug
我一直收到错误compileDebugJavaWithJavac FAILED 我所有的模块。起初我以为它只是 AppSee,但它一直存在于我的所有模块中。 我已经尝试更新 Gradle 并确保我的所
我成功地设置了 react native 在 Windows 上的 android 中创建新应用程序。但是当我尝试在模拟器中运行应用程序时,我陷入了下面提到的错误。谁能帮我解决这个问题? 提前致谢..
我正在尝试更新应用程序中的一些模块,因此我更改了模块的版本,并通过更改 gradle 版本、构建工具和 android 插件版本修复了构建的一些问题。 无论如何,在那之后我遇到了任务 ':app:co
我无法弄清楚,我已经尝试在我的 SDK 管理器中安装 SDK 工具,适用于版本 20 到 24。我在运行时不断收到此错误 ionic build android 失败:构建失败,出现异常。 出了什么问
我在 Windows 10 上安装了 Android Studio 版本 3.2.1。我的 gradle 在尝试了大约 2 天后没有构建。我有一个我不明白的问题。当我运行程序 Execution fa
我在 Apache Cordova 上构建我的 Android 平台 时遇到问题。 版本号: Android @5.0.1(三星 galaxy S4) Cordova @6.1.1(于 2016 年
我选择了别人的项目,当我要求 AS 在我的 AVD 上运行该项目时,它弹出一个错误: Error:Execution failed for task ':app:compileDebugJavaWit
当我添加 permission_handler flutter 中的插件。 发生此错误: FAILURE:构建失败并出现异常。 * What went wrong: Execution failed
我创建了一个新的 flutter 项目并添加了 camera 插入。添加该依赖项后,我遇到了很多错误。我用的 futter 版本是 2.5.2 & minSdkVersion 21在 pubspec.
当我尝试 $ react-native run-android在android模拟器上,我收到此错误: :app:compileDebugJavaWithJavac /home/user/app/an
我已经设置了一个带有 retrolambda 的 App 项目,以实现 JAVA 8 兼容性和对自己的 android 库的模块依赖,因为我也在第二个 App 中使用了这部分。 问题是每次我用 gra
我刚刚开始学习 flutter 和火力基础。我正在遵循本教程[https://grokonez.com/android/how-to-integrate-flutter-firebase-tutori
我刚刚将平台和插件文件添加到 .gitignore 并运行了这些命令 git rm -r --cached . git add . git commit -m "message" pull和push
我一直在测试 Dagger 2,一切正常,直到我做了一些重构。现在 gradle 抛出一个 IllegalArgumentException,我无法弄清楚我所做的更改现在导致了错误。我没有对 grad
将 firebase_auth 从早期版本升级到 ^0.8.0+1 后,我会生成错误。这里有错误 FAILURE: Build failed with an exception. * What wen
我是一名优秀的程序员,十分优秀!