You can sign the package manually:

http://docs.xamarin.com/android/tutorials/Preparing_Package_for_Android_Marketplace

Or you can create your own MSBuild target.

Jonathan


On 5/21/2012 10:08 PM, Matt wrote:
The *SignAndroidPackage* depends on the build target, so it always rebuilds
the application before packaging and signing. This makes it impossible (that
I know of) to obfuscate the main application assembly and rely on the
SignAndroidPackage target to package the obfuscated assembly. Is it possible
to add a new target that packages and signs the application, but doesn't
rebuild the main assembly? For example, something like this would work:

<Target Name="SignAndroidPackageOnly"
DependsOnTargets="_ValidateAndroidPackageProperties;_CompileAndroidPackage;_Sign"
/>

Or is there another way to do this that I am missing?

Thanks,
Matt

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Build-Target-Request-tp5709954.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid



_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to