-
Notifications
You must be signed in to change notification settings - Fork 50
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
Updating AndroidX MediaRouter or Material packages breaks build #111
Comments
The packages have been updated to fix several issues and one of them is assembly bundling with mkbundle in release mode. I have grabbed your repo and launched w/o issues in Debug mode. The Forms version you are using is pinned to version 1.1.0, so it references The new version of Xamarin.Forms referencing correct packages is here: https://github.com/moljac/Samples.AndroidX/tree/master/nuget-local PR with nuget setup fix raised I would like to save your sample in the repo with repro samples for testing. Is that OK with you? MkBundle issue |
@moljac I can confirm your Xamarin Forms 4.6.514 nuget fixes my build issues, thanks. Hopefully your fixes will get published soon.
Yes please do. |
@irongut Please close this issue if you think the issue is solved. Thanks. |
Closing this issue |
Xamarin Forms v4.6.0.967 and v4.7.0.968 released yesterday include the fixes for this issue. @moljac Thanks for your hard work. 👍 |
Thanks @irongut |
Xamarin.Android Version: 10.3.1.4
Xamarin Forms Version: 4.6.0.800
Operating System & Version: Win 10 Pro 1909 / Azure Pipelines 'windows-2019'
Support Libraries Version: 28.0.0.3
Describe your Issue:
Updating Xamarin.AndroidX.MediaRouter from 1.1.0 to 1.1.0.1 or Xamarin.Google.Android.Material from 1.0.0 to 1.0.0.1 breaks builds in VS2019 v16.6.1 on Windows and Azure Pipelines with the error
Could not find 1 Android X assemblies
.I'm seeing this issue in multiple apps that use the specified packages. Other AndroidX packages in these apps can still be updated and the apps built - I've updated Browser, Lifecycle.LiveData and Legacy.Support.V4 without issue today.
All other AndroidX and Android.Support packages in my apps are up to date.
Steps to Reproduce (with link to sample solution if possible):
Update Xamarin.AndroidX.MediaRouter from 1.1.0 to 1.1.0.1 or Xamarin.Google.Android.Material from 1.0.0 to 1.0.0.1 then build.
One of my affected apps is on GitHub: https://github.com/irongut/XF40Demo
And has a public Azure Pipeline: https://dev.azure.com/taranissoftware/XF40Demo/_build
Include any relevant Exception Stack traces, build logs, adb logs:
Build log from Azure Pipelines:
The text was updated successfully, but these errors were encountered: