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???
相关问题
- Custom controls disabled. There was an internal is
- Xamarin. The name 'authorEntry does not exist
- Error:Xamarin.Forms targets have been imported mul
- Store data and global variables using the Applicat
- Is it possible to use NSUbiquitousKeyValueStore wi
相关文章
- Xamarin form MessagingCenter Unsubscribe is not wo
- Reload data on tab selected in a fragment using vi
- The type initializer for 'SQLite.SQLiteConnect
- What to use for AttributeName in Xamarin Mac
- How to use native C++ libraries in Mono for Androi
- Start an Activity from another Activity on Xamarin
- Xamarin build error: defining a default interface
- Xamarin Android Player Error when attempting to fi
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/