Visual Studio 2015 Cordova error: Could not locate a deployable apk

Kimi picture Kimi · Nov 12, 2015 · Viewed 7.4k times · Source

I use Visual Studio 2015 to create Cordova project, but when I debug the solution, the VS told me:

Error DEP10402: Could not locate a deployable apk. You may need to build your project.

and I couldn't get any project apk.

Answer

mustafatorun picture mustafatorun · Dec 12, 2015

Use Cordova CLI version 5.4.1 in config.xml platform tab.

look here