Hi, Yes, the signed apk is not for distribution. I sign and align the other release apk for distribution 'manually' using, for example:
E:\Java\jdk1.6.0_25\bin\jarsigner -verbose -keystore appname_android.keystore "E:\Android Project\AppName\V100\AppName.AppName.apk" appname E:\Android\android-sdk\tools\zipalign -v 4 AppName.AppName.apk "E:\Android Project\AppName\V100\Build\AppName.AppName.apk" after creating your private keystore. Hope this helps...Andrew -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Strange-problem-with-a-packaged-and-signed-app-tp5127615p5129099.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
