有问题将.ab文件转换为.tar
我使用 ADB 成功提取了应用程序 Dafit 的软件包。 使用此命令,
adb backup -apk com.crrepa.band.dafit
使用该命令我得到了一个名为 backup.ab 的文件
现在我正在使用 abe.jar 进行转换将 .ab 转换为 .tar 。 中编写此命令
我将 bacup.ab 和 abe.jar 粘贴到同一文件夹中,并在 CMD "C:\Program Files (x86)\Java\jre1.8.0 _321\bin\java.exe" -jar abe.jar unpack backup.ab backup.tar
当我按 Enter 键时,显示此结果...
49% 1024 字节写入backup.tar。
我在文件夹中获取了 backup.tar 文件,但是当我尝试打开它时,出现此错误。
该过程有什么问题吗..?我应该怎么做才能打开该 .tar 文件..?
I extracted the package of the app Dafit successfully with ADB.
using this command,
adb backup -apk com.crrepa.band.dafit
with that command I got a file named backup.ab
Now I'm using abe.jar to convert that .ab into .tar .
I pasted bacup.ab and abe.jar into same folder and wrote this command in CMD
"C:\Program Files (x86)\Java\jre1.8.0_321\bin\java.exe" -jar abe.jar unpack backup.ab backup.tar
when I press enter, this result is shown...
49% 1024 bytes written to backup.tar.
I get the backup.tar file in the folder, but when I try to open it, it gives this error..
Is there any problem with the process..? What should I do to open that .tar file..?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论