I have a .NET 8.0 MAUI app that I am trying to publish for Google store. The app will compile and run successfully in debug mode but when I try to build the .aab I get the following error:
error XABBA7023: System.IO.DirectoryNotFoundException: Could not find a part of the path ‘/Users/me/Projects/myproject/aspnet-core/src/MyProject.Maui/obj/Release/net8.0-android/android-arm/linked/shrunk/_Microsoft.Android.Resource.Designer.dll’.
There is no directory below android-arm.
Any help would be appreciated.