Monodroid Troubleshooting

Aus Byte-Welt Wiki
Zur Navigation springenZur Suche springen

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.