-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Workload installation failed: microsoft.android.sdk.windows::34.0.64 is not found in NuGet feeds https://api.nuget.org/v3/index.json" #37580
Comments
I met the same issue, does anyone know how to solve it? I use .net 8 SDK to build a MAUI project. |
I'm seeing a similar issue when attempting to install the
|
is there anyone that can help with this? i can't build MAUI without it @philliphoff did you find a work around? thanks! |
@aherrick For this issue, no, though it's been pushed down the stack in favor of other tasks so I haven't circled back in a while. |
How is this still untriaged? See #38681 and #38683 . 2 issues raised by myself related to this. Both the `dotnet workload1 tool and the way MS pushes their packages should change. This is a known issue and has been for quite some time and results in people loosing work hours waiting for dependant packages to be pushed. |
FYI this issue "fixed" itself with the latest Preview package updates for me. still frustrating |
This issue is not fixed, it's a symptom of bad practice from Microsoft when building/pushing packages. It's a well known issue, yet still not resolved. |
@philliphoff I feel this issue should have been resolved a very long time ago. As said before, David Fowler even stated this is a known issue regarding the order that packages are built and the pushed to NuGet resulting in packages not being available when needed after manifests containing them have already been updated. Issues regarding this remain untriaged and in my opinion unresolved as the root cause still remains. Is there any intention to fix the root cause(s) leading to this reoccurring issue? |
Got same error installing Maui workload for Dotnet 9.0.100 Workload installation failed: One or more errors occurred. (Version 34.0.145 of package microsoft.android.sdk.windows.msi.x64 is not found in NuGet feeds... C:\net900>dotnet --list-sdks |
Same issue here, my company gave me a new laptop but this issue is super annoying.
If I click on https://api.nuget.org/v3-flatcontainer/microsoft.net.sdk.android.manifest-8.0.100.msi.x64/34.0.147/microsoft.net.sdk.android.manifest-8.0.100.msi.x64.34.0.147.nupkg it downloads successfully the manifest with my browser. I don't know why I get a time out through this command, morevover I don't even care about this workload. We don't use Android in my team. Note that I tried following the documentation, I also tried uninstalling SDK 8 and install only the SDK 7 then install the android workload. It didn't work Please, someone at Microsoft correct this bug. Very bad user experience EDIT: also tried with .NET SDK 9 --> same bug |
its also missing for the latest version of the workload in visual studio 17.13.3 Workload installation failed: One or more errors occurred. (Version 35.0.50 of package microsoft.android.sdk.windows.msi.x64 is not found in NuGet feeds https://api.nuget.org/v3/index.json.) its not listed at all on nuget and has just made me unable to work without reverting my vs. |
same error here |
turns out for the 17.13.3 its not an issue, its actually the new preview 17.14.0 Preview 2 that is causing 35.0.50 issue |
Description
Can't build any MAUI apps anymore. On latest VS2022 Preview.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: