问题描述
我无法获得在手机上开发的Android应用程序。 (在 Windows 7
上的 Android Studio
试图在 Samsung Note 3 运行
Android 5.0
)
I'm having trouble getting an Android app that I developed working on my phone. (
Android Studio
on Windows 7
trying to run the app on Samsung Note 3
running Android 5.0
)
这是我到目前为止所做的:
Here's what I've done so far:
- 打开
USB调试
并允许未知源
- 已安装
Google USB驱动程序
- 重新启动计算机
- 尝试了
更新驱动程序
的手机,但是没有可用的更新 - 打开了
调试功能 build.gradle
文件中的code>
Turned on
USB debugging
and allowedunknown sources
Installed
Google USB Driver
Restarted computer
Tried
updating the driver
for the phone but no updates were availableTurned on
debugging
in thebuild.gradle
file
仍返回
运行应用程序时出错:未找到目标设备
我还尝试了运行时的对话框选项该应用程序,但显示
未检测到USB设备或正在运行的模拟器
I have also tried the dialog option for when I run the app but that says
No USB devices or running emulators detected
我错过了什么吗?
预先感谢!
推荐答案
我最终下载了官方S此处的amsung亚行:
I ended up downloading the official Samsung ADB from here: http://developer.samsung.com/technical-doc/view.do?v=T000000117
此后效果很好。谢谢大家!
And it worked great after that. Thanks everyone!
这篇关于Android Studio-找不到目标设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!