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:

android differences between signed , unsigned .apk files?

https://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/publishing_an_application/part_2_-_signing_the_android_application_package/


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -