-
Notifications
You must be signed in to change notification settings - Fork 51
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
flutter build apk fails after flutter upgrade #19
Comments
I think this is somehow related to the targetSdkVersion. I need 28 and I think appcenter target is 27 |
same issue here, any ideas how to fix that? We do not need 28, but 27 do not help either. |
any update on that? Same problem. We had to go back to a previous Flutter version since we need the plugin. I guess something needs to be done on the plugin to make it compatible with Flutter 1.12.13 (that's the version I was using when we found the problem) |
Same! Waiting for fix =) Quick fixed by bumping compileSdkVersion up to 28 in build script
|
I can't find this |
I think you missed that android build start in gradle root
|
This is what I get when I try to build it "the built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility". |
after updating flutter to 1.12.13+hotfix.5
flutter build apk fails with:
FAILURE: Build failed with an exception.
Execution failed for task ':appcenter:verifyReleaseResources'.
Removing appcenter from pubspec.yaml fixes the problem
My android:targetSdkVersion is 28
I can't use the appcenter plugin until this is resolved
The text was updated successfully, but these errors were encountered: