从Android的工作室重新启动亚行重新启动、工作室、Android

2023-09-03 21:02:46 作者:顾夕颜

我previously developped Eclipse的,只是迁移到Android的工作室。 一切工作正常,这是更好,更快。

I previously developped on Eclipse and just migrated to Android Studio. Everything works fine, it's better and faster.

我工作的真实的设备,而Android工作室承认它没有问题。

I work on real device, and Android Studio recognizes it without issue.

但是,当我断开并重新连接我的设备,它不承认我的设备了,我不得不退出并重新启动Android的工作室。

But when I disconnect and reconnect my device, it doesn't recognize my device anymore, I have to exit and restart Android Studio.

我无法找到一个方法来重置ADB像Eclipse功能。

I can't find a way to "Reset adb" like Eclipse Feature.

如果有人有个主意。

在此先感谢。

推荐答案

当我得到这个错误是由输入命令进入重新启动亚洲开发银行服务器我最常做的端子

What I usually do when I get this error is restarting the adb server by typing in the command into Terminal:

adb kill-server
adb start-server

然而,这可以在Android的工作室来实现。点击显示器按钮就可以启动你已经从Eclipse中引用了相同的程序。

However this can be achieved in Android Studio. Clicking the Monitor button you can launch the same program you have referenced from Eclipse.

如果你没有看到这一点,你可能需要更新你的平台工具从SDK管理器按钮。

If you do not see this you may need to update your Platform Tools from the SDK Manager button.