Android Studio 0.8 Beta屏幕捕获/视频捕获已损坏

我昨晚将 Android Studio从0.6.2升级到了0.8 beta,没有任何问题.

不幸的是,我只是试图从Glass获取视频捕获(我一直在以这种方式发送定期进度更新)以发现它不再起作用.按下记录会跳过实际录制过程并直接跳到保存对话框,保存没有内容的视频文件.

屏幕捕获按钮显示错误

Unexpected error while obtaining screenshot: java.lang.IllegalStateException: @NotNull method com/android/tools/idea/ddms/screenshot/DeviceArtDescriptor.getArtDescriptor must not return null

可能导致此问题或如何解决问题的任何想法?

解决方法

这是一个已知问题,并已修复为0.8.2;但是,有一个解决此版本的解决方法.

If anyone needs a workaround: edit the following file in your Android
Studio distribution:
plugins/android/lib/device-art-resources/device-art.xml

On line 33,insert <!-- and on line 43 insert -->

In other words,comment out the two tv device definitions. They don’t
supply a portrait orientation,which is what is causing the crash in
the screenshot code (when it searches for device art to surround the
device with).

If you do this,note that you may get conflicts in a future update,so
please copy the original file somewhere and restore it before updating
to 0.8.2.

Tnor发表于https://code.google.com/p/android/issues/detail?id=72580.

相关文章

以下为个人理解,如错请评 CE: 凭据加密 (CE) 存储空间, 实际路径/data/user_ce/ DE: 设备加密 (DE) 存...
转载来源:https://blog.csdn.net/yfbdxz/article/details/114702144 用EventLog.writeEvent打的日志(或...
事件分发机制详解 一、基础知识介绍 1、经常用的事件有:MotionEvent.ACTION_DOWN,MotionEvent.ACTION...
又是好久没有写博客了,一直都比较忙,最近终于有时间沉淀和整理一下最近学到和解决的一些问题。 最近进...
Android性能优化——之控件的优化 前面讲了图像的优化,接下来分享一下控件的性能优化,这里主要是面向...
android的开源库是用来在android上显示gif图片的。我在网上查了一下,大家说这个框架写的不错,加载大的...