Uno -Plattform -Erstellungsfehler APT2067: Fehlgeschlagenes VerarbeitungsmanifestAndroid

Forum für diejenigen, die für Android programmieren
Anonymous
 Uno -Plattform -Erstellungsfehler APT2067: Fehlgeschlagenes Verarbeitungsmanifest

Post by Anonymous »

Ich habe Multiplattform -Projekt (Ziele für iOS, Android und Windows), bis jetzt begann gerade ein sehr einfacher Inhalt. Ich debuggiere bisher nur auf iOS, Android hat sogar noch nicht berührt. Alles war in Ordnung, bis eines Tages: Ich kann das Projekt einfach nicht erstellen. < /P>

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"
)]
Symbol in ProjectFolder/Assets/Icons/icon.svg ist standardmäßig. /> UNO -Plattform: Neueste Version. < /P>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post