在调试机器人工作室1.2测试版挂测试版、机器人、工作室

2023-09-04 08:05:07 作者:叶落无声

我刚刚升级Android的工作室,从1.0版到1.2测试版,我再也不能执行任何种类的调试操作。如果设置了一个破发点,机器人工作室挂起,它无法解析命令:

I’ve just upgraded Android Studio from version 1.0 to 1.2 beta and I can no longer perform any kind of debug operation. If I set a break point, Android Studio hangs and it can’t resolve the command:

Waiting until last debugger command completes

但它永远不会完成。

but it never completes.

那么,是不是可以降级到previous稳定版本(1.0),而无需再次下载?

So, is it possible to downgrade to the previous stable version (1.0) without downloading again?

谢谢!

推荐答案

首个解决方案

1,点击文件菜单

2,点击的Invalidate缓存/重新启动

2-Click Invalidate Caches / Restart

3,点击无效并重新启动

3-Click Invalidate And Restart

请注意:在同一个会议的工作只有

note : work in the same session only.

第二个解决方案

- 使用GenyMotion仿真器的Andr​​oid版本5或最多。

-Use GenyMotion Emulator With Android Version 5 or up.

第三个解决方案

- 使用Android的工作室1.1在我的工作,我的队友使用这个版本,这没关系。

-Use Android Studio 1.1 in my job my teammate use this version and it's okay .

新的调试器添加变量值旁边的调试步骤可能会导致问题。

the new debugger add variable value beside it in debugging steps it may cause the problem .

想象,你看在调试它应该使问题的所有变量。 这就是所谓的内联调试器

imagine that you watch all variables in debugging it should make problem. it's called Inline Debugger

下载链接机器人工作室1.1: http://tools.android.com/download/studio/canary/1-1-0

的第三个​​解决方案是我自己选择的工作。的

Third Solution is my own choice at work.

更新:的 我试过机器人工作室1.3 preVIEW ,但仍然有同样的问题。

Update: I tried Android Studio 1.3 Preview but still have the same problem.

更新: 在这里机器人工作室的信息 问题修正 链接1 链接2