简体   繁体   English

visual studio 2013科尔多瓦混合应用程序插件:apk文件的位置

[英]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. 我正在使用新的混合应用程序插件,该插件可用于使用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. 现在, 这里的文档说,每当我构建解决方案时,都会创建一个包,在这里,他们说,该包被放置在Visual Studio项目目录的bin文件夹中。 I looked into the folder but there is no apk file present there. 我查看了文件夹,但是那里没有apk文件。 I searched the whole project directory still no luck. 我搜索了整个项目目录,但仍然没有运气。

Did anybody else face any similar problem? 还有其他人遇到任何类似的问题吗? Please help me locating the apk. 请帮助我找到apk。

You need to select the "Device" option instead of going for Ripple emulator in the test device drop down! 您需要选择“设备”选项,而不是在测试设备下拉菜单中使用Ripple模拟器! 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. 现在,在编译时,如文档中所述,在解决方案的bin目录中创建了apk文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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