c# - Xamarin Studio: Can't Sign and Distribute Xamarin Forms Android App -
i have xamarin forms project in xamarin studio , want create self-signed apk file. after created archive, sign & distribute, select created certificate , defined file path, got error message: 1 or more errors occured. first time, after creating certificate worked, had rebuild app. after googling, found hint, problem: sign & distribute process not asking after password again. help.
there step step guide understand process:
https://blog.xamarin.com/android-archiving-and-publishing-made-easy/
if not need then, every time compile .apk generated inside .droid/bin/debug folder of project:
com.xxx.xxx-signed.apk
com.xxx.xxx.apk
to understand difference between signed .apk file , unsigned 1 can read:
Comments
Post a Comment