-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Jetifier "partially migrated" warning on Android build #82
Comments
Yes, that's a known issue with AndroidX which last I checked they haven't fixed yet. Although they say it is harmless. |
Im getting the same issue and after the warning I got the following error.. any idea? Codemagic Deploy Output Running "flutter pub get" in clone... 💪 Building with sound null safety 💪 Running Gradle task 'bundleRelease'... FAILURE: Build failed with an exception.
BUILD FAILED in 2m 38s Build failed :| |
@fuzzball1980 why do you think this is an issue with audio_session? According to your dependencies, it looks like you're not even using this plugin, and the error message doesn't look like it has anything to do with audio_session either. |
@ryanheise that is strange but I believe i was modifiying the project to remove audio_session and just_audio to check if the error persisted and that is why there are no dependencies (my bad) but seems like gradle keep the library media2-session-1.2.0.aar in the cache and that library is added as a part of audio_session right? Regarding if that warning is producing the real error on jetifier I dont really know, I will have to check clearing the cache on gradle first. I will be back asap with the result. thanks! |
Do you have any results after clearing the cache? |
Getting this warning when building Android app.
I am using
just_audio
package, but I belive the warning is coming fromaudio_session
.Not sure if this is related, but I am also getting this error from the Google Play Store testing devices
Flutter Doctor output below:
The text was updated successfully, but these errors were encountered: