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?
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:
And then select "show all files" in the solution explorer and search for .apk:
Hope that helps.