VS 2013多设备混合应用程序无法部署到设备,未找到任何设备

时间:2014-11-11 07:50:54

标签: android cordova device-driver multi-device-hybrid-apps

我使用新的VS 2013 phonegap / cordova模板来创建混合应用程序。

使用仿真器和纹波媒体仿真器一切正常,但是当我将手机连接到它时。我收到错误消息(查看屏幕截图enter image description here

  

错误:无法在设备上启动应用程序:错误:无法执行   安装apk到设备:错误:无法部署到设备,没有设备   找到。 BlankCordovaApp1

以下是我试图解决的步骤

http://blog.falafel.com/running-cordova-multi-device-hybrid-app-from-visual-studio-on-android-device/

我使用Alcatel one tocuh X +手机,如下所示安装的设备驱动程序和最新版本。

环境变量集也显示在下面

enter image description here enter image description here

我甚至尝试编辑android_winusb.inf文件以包含其硬件ID enter image description here

仍然没有去。我在这里做什么或在这里失踪的东西?

4 个答案:

答案 0 :(得分:2)

确实存在“USB电脑连接”模式的问题 应选择“PTP相机”,以便识别设备以及以下步骤

  1. 没有驱动程序设备管理器屏幕
    1. enter image description here

      1. enter image description here

      2. enter image description here

      3. enter image description here

      4. enter image description here

      5. enter image description here

      6. enter image description here

      7. enter image description here

      8. enter image description here

      9. enter image description here

    2. 执行“adb devices”命令的设备可能仍会显示“未授权”,请按照链接https://stackoverflow.com/a/25546300/581157

      中所述的步骤操作
      1. enter image description here

答案 1 :(得分:1)

打开命令提示符并输入:

adb devices

这应该打印出附加的Android设备列表,您的设备必须在那里供VS找到它。

adb.exe是Android SDK的一部分,所以如果您的路径找不到它,您可以查看/ platform-tools /

答案 2 :(得分:0)

确保将环境变量添加到SYSTEM路径,而不仅仅是本地用户路径。

答案 3 :(得分:0)

我通过进入开发人员选项并打开USB调试解决了这个问题。