【问题标题】:This file can not be opened as a file descriptor; it is probably compressed该文件不能作为文件描述符打开;它可能被压缩了
【发布时间】:2011-11-01 01:26:43
【问题描述】:

我得到错误:

This file can not be opened as a file descriptor; it is probably compressed

经过一番谷歌搜索,我似乎需要为我的文件添加一个扩展名,例如 .mp3,唯一的问题是,我的文件已经是一个 mp3。

有什么想法可以让我完成这项工作吗?

【问题讨论】:

标签: android


【解决方案1】:

在 build.gradle 文件中添加以下内容

   aaptOptions {
       noCompress "mp3"
   }

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-09-05
    • 1970-01-01
    • 1970-01-01
    • 2011-01-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多