简体   繁体   中英

visual studio 2013 cordova hybrid app plugin: Location of apk file

I was playing with the new hybrid app plugin available for developing hybrid apps using cordova. I used the sample app that they use in the tutorial. Now the documentation here says that every time I build the solution a package is created and here they say that the package gets placed in the bin folder of visual studio project directory. I looked into the folder but there is no apk file present there. I searched the whole project directory still no luck.

Did anybody else face any similar problem? Please help me locating the apk.

You need to select the "Device" option instead of going for Ripple emulator in the test device drop down! It is the one with the green arrow sign.

在此处输入图片说明

Now when you compile the apk file gets created inside the bin directory of the solution as mentioned in the documentation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM