Qt Creator doesn't find my Android device

隐身守侯 提交于 2020-01-04 18:30:13

问题


The steps I've taken so far are:

  1. Downloaded qt-opensource-windows-x86-android-5.3.0-RC.exe from http://download.qt-project.org/development_releases/qt/5.3/5.3.0-rc/ and installed it.
  2. Downloaded the Android SDK, etc., according to Creator's Android Configurations dialog:

  3. Ran my application. A dialog came up saying Device not found, and suggesting that I run adb devices to see if the device is indeed available. I ran that, but no devices were connected.

回答1:


After reading this blog post, I found out that it was necessary to install Google's USB Driver that was downloaded when I ran the SDK Manager. The instructions for doing so are here.



来源:https://stackoverflow.com/questions/23571098/qt-creator-doesnt-find-my-android-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!