Re: [mono-android] Invalid IL code

2011-10-20 Thread Builder
Is there any recommended way how to obfuscate Mono for Android apps? The build result is .apk file, which is Java byte code, right? Can be used tools like ProGuard to obfuscate it? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Invalid-IL-code-tp4785643p4920988.htm

Re: [mono-android] Invalid IL code

2011-09-12 Thread Rolf Bjarne Kvinge
s again for your > answer. > > Nicklas > > -Original Message- > From: monodroid-boun...@lists.ximian.com > [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Rolf Bjarne Kvinge > Sent: 9. september 2011 17:30 > To: Discussions related to Mono for An

Re: [mono-android] Invalid IL code

2011-09-10 Thread Nicklas Møller Jepsen
n for your answer. Nicklas -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Rolf Bjarne Kvinge Sent: 9. september 2011 17:30 To: Discussions related to Mono for Android Subject: Re: [mono-android] Invalid IL code Hi Ni

Re: [mono-android] Invalid IL code

2011-09-09 Thread Rolf Bjarne Kvinge
Hi Nicklas, There are issues with obfuscated assemblies in general with mono. The problem is that obfuscators create invalid files, inavlid IL, and all sorts of bad things to make decompilers fail on them, in short they scramble the assemblies as much as possible without causing failures when runn

[mono-android] Invalid IL code

2011-09-09 Thread Nicklas Møller Jepsen
Hi, When obfuscating my dlls with Dotfuscator I get the following when running my application on a device: ERROR/mono(5224): Unhandled Exception: System.InvalidProgramException: Invalid IL code in MyPackage.MyActivity:OnCreate (Android.OS.Bundle): IL_0019: pop I've used to Mono Migration Analyz