On May 22, 2012, at 12:05 PM, Matt wrote: > Thanks for the quick response. Signing the package is straightforward, but > what about creating the apk? Is there an existing build target that creates > the apk but doesn't rebuild the main assembly?
What you could instead do is build the obfuscated assembly in a Library project, and obfuscate it in a post-build step. That way when the Application is built the assembly is already obfuscated, and no changes to the build process are required. (Though this gets complicated by Android Resources...) - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
