-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
[ERROR] Sentry Example-App not building with latest Flutter Beta #2381
Comments
I was able to nail it down to the After removing the following lines: app/build.gradle
I was able to build the example app with |
@romtsn found the reason. In the latest commit from Oct 1st, they included the Appending I also left a comment on the |
As written here, we should further investigate and check our gradle config for potential errors. |
I forgot to remove the |
generally I'm not sure if spending more time on debugging this makes sense We figured out the culprit and found a workaround that works. In the end it's only our example app and doesn't affect real users at all. What we should investigate is if we still need this plugin - are there alternatives? as far as I can tell we need it for our NDK example |
Based on the responses to my comment in the flutter gradle change and the issue I created in the androidNativeBundle, it looks like it is a bug in the The maintainer of the It's up to you @buenaflor, to decide, if we should leave this issue open, and come back, when the Regarding your question about the need of this plugin. As far as I can tell we don't have to use this plugin, but it makes handling native code very convenient. I also cannot say, if there are suitable alternatives for this plugin. |
if the maintainer fixes it then it's fine for me to leave this open and wait for his fix |
Waiting for howardpang/androidNativeBundle#20 to be fixed |
Platform
Flutter Mobile
Obfuscation
Disabled
Debug Info
Disabled
Doctor
Version
latest main branch
Steps to Reproduce
Use the current Flutter Beta (3.27.0-0.1.pre) and try to build the sentry example app with
flutter build apk --debug
Expected Result
Successful build.
Actual Result
Are you willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: