Build fails of $(AndroidManifest)
is an absolute path
#9268
Labels
Area: App+Library Build
Issues when building Library projects or Application projects.
Android framework version
net8.0-android, net9.0-android
Affected platform version
All
Description
Context: https://developercommunity.visualstudio.com/t/Error-code---XA1018--Specified-AndroidMa/10728496
dotnet build
fails if$(AndroidManifest)
is an absolute path.This is likely related to:
android/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets
Line 572 in df68c20
Steps to Reproduce
Did you find any workaround?
Don't use an absolute path in
$(AndroidManifest)
.Relevant log output
No response
The text was updated successfully, but these errors were encountered: