Code: Select all
iOS build complete
Webassembly build complete
Desktop build complete
Android ... FAILED.
< /code>
AusgabemistD:\Dev\Projects\MyApp\Source\MyApp\Platforms\Android\AndroidManifest.xml : error APT2260: resource mipmap/icon (aka com.mycompany.myapp:mipmap/icon) not found. This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file.
[*]
Code: Select all
C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\35.0.39\tools\Xamarin.Android.Aapt2.targets(214,3): error APT2067: failed processing manifest.
Android Manifest in ProjectFolder/Plattformen/Android :
Code: Select all
< /code>
main.android.cs hat diesen Code: < /p>
[global::Android.App.ApplicationAttribute(
Label = "@string/ApplicationName",
Icon = "@mipmap/icon",
LargeHeap = true,
HardwareAccelerated = true,
Theme = "@style/AppTheme"
)]