Re: [mono-android] Linking problem with obfuscated assembly

2012-04-27 Thread Andrew Sinclair
t: Re: [mono-android] Linking problem with obfuscated assembly Andy, So it looks like you are only obfuscating your libraries and not the main application? The problem I have is obfuscating the main application. My process (which doesn't work for obfuscating the main app), goes something l

Re: [mono-android] Linking problem with obfuscated assembly

2012-04-27 Thread Matt
Andy, So it looks like you are only obfuscating your libraries and not the main application? The problem I have is obfuscating the main application. My process (which doesn't work for obfuscating the main app), goes something like this: ComponentBuild (libraries) CopyComponentFiles (copy files so

Re: [mono-android] Linking problem with obfuscated assembly

2012-04-27 Thread Andrew Sinclair
(jar signer and zipalign) ... Cheers, Andy -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Matt Sent: 27 April 2012 17:10 To: monodroid@lists.ximian.com Subject: Re: [mono-android] Linking problem with obfuscated assembly

Re: [mono-android] Linking problem with obfuscated assembly

2012-04-27 Thread Matt
Andy , Thanks for your help. The obfuscator that I am using (9-rays) has an option to emit alphabetic type names, which I would assume are all valid Java names. I tried using this option and it didn't help. Do you know of any way to get more useful debug information from the M4A linker? Based on t

Re: [mono-android] Linking problem with obfuscated assembly

2012-04-27 Thread Andrew Sinclair
alf Of Matt Sent: 26 April 2012 03:29 To: monodroid@lists.ximian.com Subject: [mono-android] Linking problem with obfuscated assembly I am having a couple different problems linking my assemblies after they are obfuscated. I have two library assemblies and the main application assembly, all of which a

[mono-android] Linking problem with obfuscated assembly

2012-04-25 Thread Matt
I am having a couple different problems linking my assemblies after they are obfuscated. I have two library assemblies and the main application assembly, all of which are compiled for Mono for Android. If I obfuscate only the first library assembly, I am able to link and build my apk without any pr