Monodroid Troubleshooting: Unterschied zwischen den Versionen

Aus Byte-Welt Wiki
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „==Build schlägt fehl== ===You need to add a reference to Mono.Android.Export.dll when you use ExportAttribute or ExportFieldAttribute.=== Der Build (oft Release)…“)
 
 
Zeile 5: Zeile 5:
  
 
[[Kategorie:Android]]
 
[[Kategorie:Android]]
[[Kategorie:Mono]]
+
[[Kategorie:Monodroid]]
 
[[Kategorie:Visual Studio]]
 
[[Kategorie:Visual Studio]]

Aktuelle Version vom 25. Februar 2014, 15:30 Uhr

Build schlägt fehl

You need to add a reference to Mono.Android.Export.dll when you use ExportAttribute or ExportFieldAttribute.

Der Build (oft Release) schlägt mit der Meldung You need to add a reference to Mono.Android.Export.dll when you use ExportAttribute or ExportFieldAttribute. fehl. Hier muss kontrolliert werden ob in den Einstellungen des Android Projekt das Linking auf SDK Assemblies Only steht und natürlich muss die Mono.Android.Export.dll eingebunden sein.