Reputation: 14494
When I create a release archive of a Xamarin Android app in the latest release of Visual Studio for Mac (8.1.3 build 19), I end up with two .apk's, with filenames like:
Why does it do this? What can I change in my project setup to prevent it? If it can't be prevented, then which one is the appropriate file to upload to Google Play?
This actually used to be a problem a year ago or so, but went away, and now it's back...
Upvotes: 3
Views: 591
Reputation: 432
This happen when you build the app and create an archive for publishing with a physical device selected in Visual Studio for Mac as target device. Select an emulator, Build all and Archive for publishing.
Upvotes: 2