Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:react-native-in-app-review:compileDebugJavaWithJavac #167

Open
ceconcarlsen opened this issue Mar 5, 2024 · 1 comment
Open

:react-native-in-app-review:compileDebugJavaWithJavac #167

ceconcarlsen opened this issue Mar 5, 2024 · 1 comment

Comments

@ceconcarlsen
Copy link

ceconcarlsen commented Mar 5, 2024

When building react-native app

  • What went wrong:
    Execution failed for task ':react-native-in-app-review:compileDebugJavaWithJavac'.

java.io.FileNotFoundException: /node_modules/react-native-in-app-review/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json (No such file or directory)

"react-native-in-app-review": "^4.3.3",

  • build.gradle
        buildToolsVersion = "33.0.0"
        minSdkVersion = 21
        compileSdkVersion = 33
        targetSdkVersion = 33
        kotlin_version = '1.6.10'
@ceconcarlsen
Copy link
Author

Just found the solution. It was cache related.

Delete /android/.gradle folder and run:

cd android &&./gradlew clean
cd .. && react-native run-android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant