我无法让我开发的 Android 应用程序在我的手机上运行。 ( Android Studio 在 Windows 7 试图在 Samsung Note 3 运行 Android 5.0 上运行应用程序
这是我到目前为止所做的:
- 打开
USB debugging并允许unknown sources - 已安装
Google USB Driver - 重新启动计算机
- 尝试
updating the driver用于手机,但没有可用的更新 - 在
debuggingbuild.gradle文件中开启—
但它仍在返回 Error running app: No target device found
我还尝试了运行应用程序时的对话框选项,但显示的是 No USB devices or running emulators detected
有什么我错过的吗?
提前致谢!
原文由 user5393970 发布,翻译遵循 CC BY-SA 4.0 许可协议
我最终从这里下载了官方的三星 ADB:http: //developer.samsung.com/technical-doc/view.do ?v=T000000117
在那之后效果很好。感谢大家!