arkmetal
arkmetal

Reputation: 731

Mono for Android 4.0 Error compilation

I have updated the lates version of mono for android 4.0, and in the runtime itg gets me an Internal Error. Argument cannot be null. Parameter name: source. How can I fix it?

Upvotes: 1

Views: 345

Answers (2)

Steven P
Steven P

Reputation: 1996

This was just fixed in MonoDevelop 2.8.4.2.

Download from: http://monodevelop.com/Download

Upvotes: 0

Greg Shackles
Greg Shackles

Reputation: 10139

What version of MonoDevelop are you running? Mono for Android 4.0 requires v2.8.4.1

http://android.xamarin.com/Releases/Mono_for_Android_4/Release_4.0.0

Edit: This was brought up on the mailing list today and is a bug:

This is a bug that's been identified today, and it's due to the project having external assembly references. While this is being fixed, disable "Fast Deployment" on the Project Options / Mono for Android Build panel.

Upvotes: 1

Related Questions