如何使用 android studio 设置 运行 设备?

How to set a running device with android studio?

我想连接 android 设备以直接从我的环境 android studio

测试我的应用程序

android 工作室 - http://developer.android.com/sdk/index.html

我有一个三星 galaxy s5 设备,我已经将它连接到 USB,我已经安装了这个驱动程序:

http://developer.samsung.com/technical-doc/view.do?v=T000000117

据说:

The USB Driver for Windows is available for download in this page. You need the driver only if you are developing on Windows and want to connect a Samsung android device to your development environment over USB.

所以,在我的 windows 7 设备管理器中,我看到在 "portable devices" 部分列出了 phone,并且识别了它的名称,但是在 android studio 当我 运行 我的应用程序,那么我应该 select 如果想 运行 它与虚拟或真实设备,所以在 运行ning 设备列表中android studio,我的设备没有列出,我试过重启电脑,但没有结果,谁能告诉我我做错了什么?看不懂...

我猜 driver 不兼容。尝试安装 android sdk 附带的 drivers。

首次在 Windows 7 上安装 Android USB driver:

  1. 将您的 Android-powered 设备连接到计算机的 USB 端口。

  2. Right-click 在计算机上从您的桌面或 Windows 资源管理器,和 select管理。

  3. Select 左窗格中的设备。在中找到并展开其他设备 右窗格。

  4. Right-click 设备名称(例如 Nexus S)和 select 更新 Driver Software.This 将启动硬件更新向导。

  5. Select 在我的计算机上浏览 driver 软件,然后单击下一步。
  6. 单击浏览并找到 USB driver 文件夹。 (Google USB Driver 位于 \extras\google\usb_driver。)
  7. 单击“下一步”安装 driver。

或者,用新的 driver 升级 Windows 7 上现有的 Android USB driver:

  1. 将您的 Android-powered 设备连接到计算机的 USB 端口。
  2. Right-click 在计算机上从您的桌面或 Windows 资源管理器,和 select 管理。
  3. Select 计算机管理左侧窗格中的设备管理器 window.
  4. 在右窗格中找到并展开 Android Phone。
  5. Right-click Android 复合 ADB 接口和 select 更新 Driver。这将启动硬件更新向导。
  6. Select 从列表或特定位置安装,然后单击“下一步”。
  7. Select 在这些位置搜索最佳 driver; un-check 搜索可移动媒体;并选中将此位置包含在 搜索。
  8. 单击浏览并找到 USB driver 文件夹。 (Google USB Driver 位于 \extras\google\usb_driver。)
  9. 单击“下一步”升级 driver。

在使用 Android Studio 之前,您必须为您的 Windows 设置 Android SDK 并使 ADB 在任何地方都能工作。但是,现在当您使用 Android Studio 时,生活会轻松很多,因为它包含所有内容,您只需要在 phone 和 运行.

上启用 USB 调试

关注这个link:Run on a Real Device

还是不行,请尝试按照该页面的步骤进行操作。