britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
311 stars 81 forks source link

Failed to build apk #17

Closed ycv005 closed 3 years ago

ycv005 commented 3 years ago

Hey, I am unable to build apk and getting below error message-

command used- flutter build apk --target-platform=android-arm64 --no-tree-shake-icons or flutter build apk --split-per-abi --no-tree-shake-icons

version- in_app_review: ^1.0.3

FAILURE: Build failed with an exception.                                

* What went wrong:                                                      
A problem was found with the configuration of task ':in_app_review:compileReleaseJavaWithJavac'.
> File '/home/yash/Programming/flutter/appName/build/in_app_review/intermediates/annotation_processor_list/release/annotationProcessors.json' specified for property 'processorListFile' does not exist.

* Try:                                                                  
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.

* Get more help at https://help.gradle.org                              

BUILD FAILED in 1m 18s  
britannio commented 3 years ago

@ycv005 Does this help? https://github.com/flutter/flutter/issues/59443#issuecomment-645117176

ycv005 commented 3 years ago

Yes