Execution failed for task ‘:react-native-app-tour:generateDebugRFile’

Configuration on demand is an incubating feature.

Task :react-native-app-tour:generateDebugRFile FAILED
Task :app:mergeDebugAssets FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • What went wrong:
    Execution failed for task ‘:react-native-app-tour:generateDebugRFile’.

Could not resolve all files for configuration ‘:react-native-app-tour:debugCompileClasspath’.
Could not find com.getkeepsafe.taptargetview:taptargetview:1.13.0.
Required by:
project :react-native-app-tour

Run with –stacktrace option to get the stack trace. Run with –info or –debug option to get more log output. Run with –scan to get full insights.

Solutions:

Please open node_modules/react-native-app-tour/android/build.gradle file and add following line.

You can find all version of taptargetview here: https://repo.maven.apache.org/maven2/com/getkeepsafe/taptargetview/taptargetview/

Related Answers