dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.71k stars 1.06k forks source link

Can't install mobile-librarybuilder workload for NativeAOT #36872

Open cucumber-sp opened 11 months ago

cucumber-sp commented 11 months ago

Describe the bug

A clear and concise description of what the bug is.

I tried creating native android library with NativeAOT and .net 8 (stable release) and it asked me to install 'mobile-librarybuilder' workload. But when i try to install it, it can't be found on nuget and throws an error

To Reproduce

dotnet workload install mobile-librarybuilder

cucumber-sp commented 11 months ago

One or more errors occurred. (microsoft.net.runtime.librarybuilder.sdk.msi.x64::8.0.0 not found in NuGet web channels https://api.nuget.org/v3/index.json

krulci commented 8 months ago

Any solution to this?

cucumber-sp commented 8 months ago

Any solution to this?

haven't found any solution for windows, tho it works on mac

kgamecarter commented 8 months ago

Any solution to this?

I build android .so by bflat https://github.com/bflattened/bflat