-
Notifications
You must be signed in to change notification settings - Fork 303
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
build error #14
Comments
Hi amir, The error is complaining invalid platform.
"android-arm64android.enableR8=true" doesn't seem to be a correct value for platform. I think you need to remove "android.enableR8=true". Thanks, |
@shaqian thank you for your comment
|
Same problem. Emulator Nexus 4 api 22 and real device (Android 6) |
I solved the problems
|
hi,guys!
PS:
|
You can follow the following process to build the project without androidx error. -Suraj Patil. |
Thank you all for the solution. I received a PR for the issue as well. Refer to #21 for details. Thanks, |
this is what happens every time I try to run the app:
Initializing gradle... 1.2s
Resolving dependencies...
ProcessException: Process exited abnormally:
Project evaluation failed including an error in afterEvaluate {}. Run with
--stacktrace for details of the afterEvaluate {} error.
FAILURE: Build failed with an exception.
Where:
Script '/home/ehsan/FlutterSDK/packages/flutter_tools/gradle/flutter.gradle'
line: 422
What went wrong:
A problem occurred evaluating script.
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 0s
Command:
/home/ehsan/AndroidStudioProjects/external_projects/flutter_realtime_detection
/android/gradlew app:properties
Please review your Gradle project setup in the android/ folder.
The text was updated successfully, but these errors were encountered: