Reputation: 21
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
Reputation: 295
Right click on solution with Android app and click on Archive more HERE
Upvotes: 2
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