Android Studio常见问题

来源:互联网 发布:wowhead数据库 编辑:程序博客网 时间:2024/06/06 09:39

1.android studio 识别不到 genymotion device
见:http://blog.csdn.net/wuyuxing24/article/details/45169991

2.Android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views
在子线程中对UI做了操作

0 0