I hope my title correctly states what is currently happening to me but either way nuget is not finding my android project currently. I have been migrating to AndroidX which has been headache after headache and I can get all the AndroidX packages in and Support packages out then obviously I have to update packages so that they hopefully reference AndroidX now as well.
After I update the associated Firebase.Analytics and then specifically Xamarin.Firebase.Iid the project name changes in my nuget package manager for my android project. It usually just points to ProjectName.Droid but now it points to SubFolder/ProjectName.Droid.csproj and now my android project cannot find any of its installed packages.
I would usually refer from posting here as losing package references can be common when doing updates with xamarin but this same scenario happened to me last night and I have tried cleaning solution, closing solution, rebuilding solution, unloading solution, reloading solution, reloading with dependencies, restart VS and computer. It looks like nuget is pointing somewhere different than before. Currently looking for the nuget.config file to see if I can repoint it there but this is one of the many many issues I have run into while trying to migrate to AndroidX and wondering if anyone has come across something similar. Thank you