You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/bin/p4a", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/site-packages/pythonforandroid/toolchain.py", line 975, in main
ToolchainCL()
File "/usr/local/lib/python2.7/site-packages/pythonforandroid/toolchain.py", line 512, in init
getattr(self, args.subparser_name.replace('-', '_'))(args)
File "/usr/local/lib/python2.7/site-packages/pythonforandroid/toolchain.py", line 150, in wrapper_func
func(self, args)
File "/usr/local/lib/python2.7/site-packages/pythonforandroid/toolchain.py", line 754, in apk
build_args = build.parse_args(args.unknown_args)
File "/Users/aricliu/.python-for-android/dists/unnamed_dist_1/build.py", line 567, in parse_args
make_package(args)
File "/Users/aricliu/.python-for-android/dists/unnamed_dist_1/build.py", line 248, in make_package
make_tar('src/main/assets/private.mp3', tar_dirs, args.ignore_path)
File "/Users/aricliu/.python-for-android/dists/unnamed_dist_1/build.py", line 187, in make_tar
tf = tarfile.open(tfn, 'w:gz', format=tarfile.USTAR_FORMAT)
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py", line 1693, in open
return func(name, filemode, fileobj, **kwargs)
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py", line 1740, in gzopen
fileobj = gzip.GzipFile(name, mode, compresslevel, fileobj)
File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py", line 94, in init
fileobj = self.myfileobj = builtin.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory: 'src/main/assets/private.mp3'
The text was updated successfully, but these errors were encountered:
Still getting this error despite seeing possible fixes in other issues(#1262) and cloning from master today.
is the command I'm running.
Full traceback is:
The text was updated successfully, but these errors were encountered: