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
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
(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
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
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
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