Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
525 views
in Technique[技术] by (71.8m points)

xamarin.android - There is no export android package file in Xamarin 4.2

After update Xamarin in Visual Studio to 4.2 version, there is no "Export Android Package" option, instead of it there is "Archive" option, and when I use archive to create package it just create an unsigned package.Where is "Export Android Package" in new version???

enter image description here

enter image description here

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

This functionality has been replaced with the new "Archive" functionality.

https://developer.xamarin.com/releases/vs/xamarin.vs_4/xamarin.vs_4.2/#publishing

This now closely mimics the current behavior in Xamarin Studio.

Once you sign the .apk you will be prompted to save the .apk to place of your choosing:

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

You will then be able to view previous archives.

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...