想为微信5.0中替换进去一个少数民族语言包,但是反编译时出现大量以下类似的错误,而且无法正确回编译,试过了基本所有apktool的版本都无法解决,无奈只能求助各位前辈,请告知解决此问题的方法或思路。谢谢!

I: Baksmaling...

I: Loading resource table...

W: Skipping "android" package group

I: Loaded.

I: Decoding AndroidManifest.xml with resources...

I: Loading resource table from file: C:\Apkdb\frameworks\1.apk

I: Loaded.

I: Regular manifest package...

I: Decoding file-resources...

S: Could not decode file, replacing by FALSE value: drawable-hdpi/radar_search_btn_strech_background.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/talk_room_led_red.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/voip_invited_audioaccept.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/shake_report_dragger_up_pressed.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/talk_room_volume_flame_red.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/mail_sender_btn_bg_highlight.9.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/talk_room_up_btn_pressed.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/radar_search_ok.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/mail_sender_btn_arrow.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/action_sheet_music_btn.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/talk_room_volume_err.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/shake_tv_interactive_barbg_pressed.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/game_burst_aircraft_item_bg.9.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/qqmail_read_attach_list2_focused.9.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/voipvoice_hangupgray.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/btn_finish.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/qqmail_read_attach_list3_pressed.9.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/voip_hangupwhite.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/shakepic_nowusetip_arrow.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/shakehideimg_man.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/voip_newmessagetips2.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/qqmail_read_attach_bg_normal.9.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/radar_search_big_avatar.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/qqmail_read_attach_list_pressed.9.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/shake_tv_result_rim.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/voip_cancel_btn_pressed.9.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/talk_room_popup_nav_bg.9.png

S: Could not decode file, replacing by FALSE value: drawable-hdpi/qqmail_read_attach_list_title_normal.9.png

android 反编译替换资源文件,[求助]想替换微信5.0的一个语言包,但是反编译资源文件出现错误。...相关推荐

  1. android8.0更新手机,安卓微信8.0.6正式更新:可发1G大文件、表情互动等多项更新!...

    "送上最新最快的安卓微信8.0.6正式版解析~" 这两天微信的更新肯定会让大家喜欢的,昨天给大家写的关于PC微信3.3.0内测版本的更新,部分小伙伴子啊下方留言遇到了下载了最新内测 ...

  2. linux 查看新增文件夹记录_微信7.0.23测试版,新增查看访客记录,朋友圈内容能折叠?...

    微信7.0.23测试版,新增查看访客记录,朋友圈内容还能折叠? 笔者昨天在上网时,看到微信内测7.0.23测试版消息,于是便抢先进行了体验,发现了一些测试功能,比如视频号查看访客浏览记录,还有正在测试 ...

  3. gta5oracle原文件,GTA5.exe GTAVLauncher.exe 1.0.323.1 侠盗猎车5原版执行文件

    如果您下载的是DLL文件(如果是其他软件请无视下面的信息): 1.下载后根据您系统的情况选择X86/X64,X86为32位电脑,X64为64位电脑. 如果您不知道是X86还是X64,可以住个尝试. 2 ...

  4. golang常用库之-文件操作(os、path、filepath、ioutil包)、Go 读文件、Go 写文件

    文章目录 golang常用库之-文件操作

  5. c4d文件库语言包帮助手册,C4D帮助文件的纰漏

    Cinema 4d 帮助文件英文原文用词错误及中文翻译用词不当 什么是包括时间线水印?相信很多朋友在使用C4D的输出合成的时候都会遇到这个问题,时间线我们懂,水印我们也懂,但时间线水印我们就不懂了,不 ...

  6. java io教学文件_通过代码实例跟我学Java语言程序设计及应用技术——Java文件IO技术及应用相关的教学示例(第3部分)...

    1.1Java文件IO技术及应用相关的教学示例(第3部分) 1.1.1文本字符流IO操作 1.字符流Reader/Writer类 提供的对字符流处理的类,它们为抽象类.其子类 (1)InputStre ...

  7. 易语言如何有效避免静态编译后误报

    易语言静态编译后 杀软误报的厉害,哪怕是你的易程序里什么也不写,它也会误报,网上给了很多方法,下面总结分享一下. 易语言编译后为何被误报有毒 编译:直接将代码转换为程序,程序运行时要求系统或该软件运行 ...

  8. python下载网页上的文件_用Python下载一个网页保存为本地的HTML文件实例

    Python打开网页并另存为静态html怎么实现 如何用python把网页上的文本内容保存下来那一世的长情,谱一首长相思,冷了多少凄凉,漫了多少青丝,化作多少烟雨,吹散多少世间情!徒悲,奈何,这一世, ...

  9. 2.c语言编译预处理,c语言第03章-编译预处理2.ppt

    c语言第03章-编译预处理2 第3章 编译预处理 编译预处理是指,编译时,首先对编译预处理命令进行处理,然后再将预处理后的中间结果进行编译,以得到目标代码. 教学目的: 掌握#define.#incl ...

最新文章

  1. 三十八、页面分配策略
  2. ASP.NET 学习笔记_01 广告控件的使用
  3. 包python_Python 包:
  4. python qt教程_Python - Python Qt 开发教程(1)
  5. 处理ajax的session超时
  6. 架​设​W​e​b​服​务​器
  7. AcWing1074. 二叉苹果树(树形DP)题解
  8. import cv2 失败 ImportError:DLL load fail:找不到指定模块
  9. CSS基础-标签显示模式(display)【学习笔记】
  10. extjs 调用金税COM接口
  11. 理解和应用共线平面束
  12. cad小插件文字刷_cad插件-文本修改
  13. Vue(踩坑)vue.esm.js?efeb:628 [Vue warn]: Error in render: TypeError: Cannot read property '0' of unde
  14. AndroidStudio 实现用户登录注册
  15. MASM汇编入门:寄存器数据的使用
  16. 淘宝评价计分规则讲解
  17. Zeus: Uber 开发的分布式的高扩展 Shuffle 服务组件
  18. Leetcode第八题:字符串转换整数
  19. 【樽海鞘算法】基于樽海鞘算法求解单目标问题附matlab代码(Salp Swarm Algorithm,SSA)
  20. ping 丢包 网络摄像头_网络摄像机频繁掉线的处理方法

热门文章

  1. html代码起名字,经典HTML代码.doc
  2. 服务器选双路四核还是四路双核
  3. 再谈什么是【组织能力】
  4. C++宽字符类型wchar_t
  5. 音响防霉解决方案(适用于音响厂)
  6. 【机器学习】生成式对抗网络模型综述
  7. 深度卷积生成对抗网络--DCGAN
  8. Flask使用bootstrap为HttpServer添加上传文件功能 #华为云·寻找黑马程序员#
  9. 新手站长小白该如何选择云服务器配置?
  10. 通过查看端口状态查看mongodb是否已经启动