gpt4 book ai didi

android - 值错误 : Linkname is too long

转载 作者:太空宇宙 更新时间:2023-11-03 10:18:28 25 4
gpt4 key购买 nike

使用命令 ./build.py --dir/home/sahil/Desktop/kivy --package org.demo.kivy --name Kivy --version 1.0 debug 使用 python for android 构建 apk 我收到了这个错误。

Traceback (most recent call last):
File "./build.py", line 508, in <module>
make_package(args)
File "./build.py", line 332, in make_package
make_tar('assets/public.mp3', [args.dir], args.ignore_path)
File "./build.py", line 203, in make_tar
tf.add(fn, afn)
File "/usr/lib/python2.7/tarfile.py", line 2005, in add
self.addfile(tarinfo)
File "/usr/lib/python2.7/tarfile.py", line 2018, in addfile
buf = tarinfo.tobuf(self.format, self.encoding, self.errors)
File "/usr/lib/python2.7/tarfile.py", line 993, in tobuf
return self.create_ustar_header(info)
File "/usr/lib/python2.7/tarfile.py", line 1007, in create_ustar_header
raise ValueError("linkname is too long")
ValueError: linkname is too long

我查看了互联网和文档,但没有找到任何东西。帮助!

最佳答案

会不会是通往你要 build 的地方的路特别长?如果您可以在 build.py 的第 203 行之前添加 print(fn, afn) 来检查文件名是什么,似乎当文件名太长而 tar 无法处理时可能会发生此错误尝试过。或者将整个项目移动到/tmp 进行构建并查看它的运行情况。

关于android - 值错误 : Linkname is too long,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30665420/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com