当前位置:网站首页>FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
2022-08-04 01:36:00 【小飞侠在吗】
FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
当assets或是raw目录下单个压缩文件大小超过1024K之后,编译期appt会去强行处理此文件,使得我们运行期读取的时候会收到一个
This file can not be opened as a file descriptor; it is probably compressed
解决办法,对该后缀名文件禁止用压缩:
1.将你的资源文件后缀改成上面列出的后缀。
在build.gradle中添加:
android {
aaptOptions {
noCompress "pdf"//你的文件后缀名
}
}
2.在命令行上使用-0参数来指定不需要压缩的文件后缀。当你使用Eclipse内的ADT目前还不知道有什么方法可以传递-0参数给aapt。
3.将你的资源文件分割成UNCOMPRESS_DATA_MAX(1M)以下的文件.
边栏推荐
- Array_Sliding window | leecode brushing notes
- LDO investigation
- Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
- 企业虚拟偶像产生了实质性的价值效益
- 天地图坐标系转高德坐标系 WGS84转GCJ02
- Tanabata festival coming, VR panoramic look god assists for you
- esp32发布机器人电池电压到ros2(micro-ros+CoCube)
- .NET Static Code Weaving - Rougamo Release 1.1.0
- Continuing to invest in product research and development, Dingdong Maicai wins in supply chain investment
- 一篇文章看懂JS闭包,从执行上下文角度解析有趣的闭包
猜你喜欢
Android interview questions and answer analysis of major factories in the first half of 2022 (continuously updated...)
【虚拟户生态平台】虚拟化平台安装时遇到的坑
字符串变形
typescript57 - Array generic interface
JS 保姆级贴心,从零教你手写实现一个防抖debounce方法
Deng Qinglin, Alibaba Cloud Technical Expert: Best Practices for Disaster Recovery across Availability Zones and Multiple Lives in Different Locations on the Cloud
字符串的排列
工程制图复习题(带答案)
nodejs installation and environment configuration
快速入门EasyX图形编程
随机推荐
Flask Framework Beginner-06-Add, Delete, Modify and Check the Database
typescript53 - generic constraints
即席查询——Presto
Tanabata festival coming, VR panoramic look god assists for you
GNSS【0】- 专题
GNSS文章汇总
C语言:学生管理系统(链表版)
esp32发布机器人电池电压到ros2(micro-ros+CoCube)
工程制图名词解释-重点知识
GNSS[0]- Topic
FeatureNotFound( bs4.FeatureNotFound: Couldn‘t find a tree builder with the features you requested:
VR panorama shooting online exhibition hall, 3D panorama brings you an immersive experience
一个注解替换synchronized关键字:分布式场景下实现方法加锁
How to find the cause of Fiori Launchpad routing errors by single-step debugging
Flink jdbc connector 源码改造sink之 clickhouse多节点轮询写与性能分析
Intranet penetration - application
【虚拟化生态平台】虚拟化平台搭建
IDEA02:配置SQL Server2019数据库
Apache DolphinScheduler新一代分布式工作流任务调度平台实战-中
nodejs installation and environment configuration