Re: [mono-android] Build fails with Mono 4.0

2011-12-08 Thread tsukrov
Hm. Reinstalled Mono4. Works fine now. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Build-fails-with-Mono-4-0-tp5050479p5058514.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mail

Re: [mono-android] Build fails with Mono 4.0

2011-12-05 Thread riteshsahu
I suppose something to try would be to take a look at your specified "AndroidManifest.xml" file and make sure none of the activities etc specified here have the Attributes specified in the class. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Build-fails-with-Mono-

Re: [mono-android] Build fails with Mono 4.0

2011-12-05 Thread tsukrov
Did it. The same problem. I suppose it has something to do with xml/attribute redundance, but cannot find the exact reason. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Build-fails-with-Mono-4-0-tp5050479p5050577.html Sent from the Mono for Android mailing list

Re: [mono-android] Build fails with Mono 4.0

2011-12-05 Thread riteshsahu
Not sure if its exactly the same problem but I had a similar issue. We Have a class inheriting from "Application" to hold a global application object. Had to remove the [AndroidApplication] attribute to make it package successfully. -- View this message in context: http://mono-for-android.104710

Re: [mono-android] Build fails with Mono 4.0

2011-12-05 Thread tsukrov
Clean - OK Rebuild - OK Package - FAIL -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Build-fails-with-Mono-4-0-tp5050479p5050508.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid maili

Re: [mono-android] Build fails with Mono 4.0

2011-12-05 Thread Andreia Gaita
Thanks for the stacktrace. Does it still fail if you clean and rebuild? andreia gaita On Mon, Dec 5, 2011 at 11:25 PM, tsukrov wrote: > > C:\Program Files > (x86)\MSBuild\Novell\Novell.MonoDroid.Common.targets(708,3): error MSB4018: > Unerwarteter Fehler bei der BuildApk-Aufgabe. > [C:\XXX\Apps

Re: [mono-android] Build fails with Mono 4.0

2011-12-05 Thread tsukrov
C:\Program Files (x86)\MSBuild\Novell\Novell.MonoDroid.Common.targets(708,3): error MSB4018: Unerwarteter Fehler bei der BuildApk-Aufgabe. [C:\XXX\Apps\XXX\XXX\XXX.csproj] C:\Program Files (x86)\MSBuild\Novell\Novell.MonoDroid.Common.targets(708,3): error MSB4018: System.ArgumentException: Ein Ele

Re: [mono-android] Build fails with Mono 4.0

2011-12-05 Thread Andreia Gaita
Hi, Is there any more to the message? andreia gaita On Mon, Dec 5, 2011 at 11:19 PM, tsukrov wrote: > C:\Program Files > (x86)\MSBuild\Novell\Novell.MonoDroid.Common.targets(708,3): > error MSB4018: Unexpected error in BuildApk > > C:\Program Files > (x86)\MSBuild\Novell\Novell.MonoDroid.Commo

[mono-android] Build fails with Mono 4.0

2011-12-05 Thread tsukrov
C:\Program Files (x86)\MSBuild\Novell\Novell.MonoDroid.Common.targets(708,3): error MSB4018: Unexpected error in BuildApk C:\Program Files (x86)\MSBuild\Novell\Novell.MonoDroid.Common.targets(708,3): error MSB4018: System.ArgumentException: The element with the same key exists... 1.2 builds prope