Search code examples
androidvisual-studiovisual-studio-2015apache-cordova

How to build apk file with Apache Cordova


Good day! I use VS 2015+Apache Cordova. I make simple app and want to get apk of this. But, when i build peoject- i have not any *apk file at /bin/Android.

I can run my app at Ripple emulator.

Can you help me?


Solution

  • All you need to do is build for device rather than ripple, then you'll see the .apk in the bin and platforms directory.

    Just select this from the targets drop down:

    enter image description here

    And then select "show all files" in the solution explorer and search for .apk:

    enter image description here

    Hope that helps.