排毒 Android "detox:compileMinReactNative44DebugJavaWithJavac" 错误
Detox Android "detox:compileMinReactNative44DebugJavaWithJavac" Error
反应本机:0.53.3
排毒:9.0.1
我输入了一个脚本,但出现错误。
./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug
错误日志
> Task :detox:compileMinReactNative44DebugJavaWithJavac FAILED
/Users/{userName}/{ProjectName}/node_modules/detox/android/detox/src/main/java/com/wix/detox/espresso/ReactBridgeIdlingResource.java:65: error: method does not override or implement a method from a supertype
@Override
^
Note: /Users/{userName}/{ProjectName}/node_modules/detox/android/detox/src/main/java/com/wix/detox/espresso/MultiTap.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
我已忠实遵守以下内容。
https://wix.github.io/detox/docs/7.2.0/Introduction.Android.html
期待您的回复。 :)
似乎最新的 Detox 版本 v9.0.1 对 RN 版本 < 0.55 不友好。
https://github.com/wix/Detox/issues/919。
这似乎已修复并合并到 master 中。 https://github.com/wix/detox/pull/922
我想您需要等待下一个版本 (v9.0.2) 或克隆 --> 从 repo 构建。
关注发布页面 --> https://github.com/wix/detox/releases
希望对您有所帮助。
反应本机:0.53.3 排毒:9.0.1
我输入了一个脚本,但出现错误。
./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug
错误日志
> Task :detox:compileMinReactNative44DebugJavaWithJavac FAILED
/Users/{userName}/{ProjectName}/node_modules/detox/android/detox/src/main/java/com/wix/detox/espresso/ReactBridgeIdlingResource.java:65: error: method does not override or implement a method from a supertype
@Override
^
Note: /Users/{userName}/{ProjectName}/node_modules/detox/android/detox/src/main/java/com/wix/detox/espresso/MultiTap.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
我已忠实遵守以下内容。 https://wix.github.io/detox/docs/7.2.0/Introduction.Android.html
期待您的回复。 :)
似乎最新的 Detox 版本 v9.0.1 对 RN 版本 < 0.55 不友好。 https://github.com/wix/Detox/issues/919。
这似乎已修复并合并到 master 中。 https://github.com/wix/detox/pull/922 我想您需要等待下一个版本 (v9.0.2) 或克隆 --> 从 repo 构建。
关注发布页面 --> https://github.com/wix/detox/releases
希望对您有所帮助。