2016-01-04 91 views
-1

这是运行应用程序时的错误。怎么办?任何帮助,请 ERROR while running application in Android Studio在Android Studio中运行应用程序时出错

+0

与gradle文件同步项目..正确添加依赖关系。 –

+0

同步,清理和重建将起作用。 –

+0

http://stackoverflow.com/questions/34012226/errorunable-to-obtain-debug-bridge-in-android-studio –

回答

2

看起来你没有执行adb命令的权限。尝试使用chmod更改adb的权限并授予执行权限。希望能帮助到你。

相关问题