user1508599
user1508599

Reputation: 21

How to generate .apk for my cross platform application in visual studio 2015 (Xamarin)

I am currently making a cross platform mobile application . Where in I am targeting Android, IOS as well as the Windows OS.I have just made a hello world form and debugged it for android. Runs perfect on the emulator. Now want to send the .apk file to my coworker to see on her Android Mobile. How do i generate the .apk file???

Upvotes: 0

Views: 6643

Answers (2)

pnk
pnk

Reputation: 295

Right click on solution with Android app and click on Archive more HERE

Upvotes: 2

Developer
Developer

Reputation: 11

You have to run your application in release mode. The generated apk is located in the bin\release folder of the android project

Upvotes: -1

Related Questions