Open Uvais-Mohammad opened 3 months ago
Error message contains an important instruction to fix the issue:
To build this project, accept the SDK license agreements
All you have to do is;
flutter doctor --android-licenses
@espresso3389 Everything is clear
flutter doctor --android-licenses
/Users/aaa/Library/Android/sdk/cmdline-tools/latest/bin/sdkmanager: line 173: test: : integer expression expected
[=======================================] 100% Computing updates...
All SDK package licenses accepted.
So did you resolve the issue?
@espresso3389 flutter doctor --android-licenses
didn't resolved the issue.
But this error does not seems due to pdfrx. The reason I posted here is that error contains something related to pdfrx.I was using vscode. So I opened the android folder through android studio and took build through there. There was no any issues.
So what is the exact error you encounter now? Same error?
When I am trying to create an android build, I am getting this issue.
`FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
What went wrong: A problem occurred configuring project ':pdfrx'.
Using Android SDK: /opt/homebrew/Caskroom/android-platform-tools/35.0.1
Try:
2: Task failed with an exception.
What went wrong: Failed to query the value of property 'buildFlowServiceProperty'.
Try:
BUILD FAILED in 2s Running Gradle task 'assembleDevRelease'... 2,710ms`