求解释
Tofloor
poster avatar
ocy
deepin
2018-07-03 04:51
Author
ou@ou-PC:~$ /opt/shashlik/bin/shashlik-install yingyongbaoHD.APK
W/asset   ( 7484): Asset path yingyongbaoHD.APK is neither a directory nor file (type=1).
ERROR: dump failed because assets could not be loaded
Could not get APK info. Broken setup?
Traceback (most recent call last):
  File "/opt/shashlik/bin/shashlik-install", line 30, in
    universal_newlines=True)
  File "/usr/lib/python3.5/subprocess.py", line 316, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.5/subprocess.py", line 398, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/opt/shashlik/bin/aapt', 'dump', 'badging', 'yingyongbaoHD.APK']' returned non-zero exit status 1

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/shashlik/bin/shashlik-install", line 32, in
    message("Could not get APK info. Broken setup?")
  File "/opt/shashlik/bin/shashlik-install", line 22, in message
    "--msgbox", msg])
  File "/usr/lib/python3.5/subprocess.py", line 247, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/usr/lib/python3.5/subprocess.py", line 676, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.5/subprocess.py", line 1289, in _execute_child
    raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'kdialog'
ou@ou-PC:~$


Reply Favorite View the author
All Replies
avatar
linusboyle
deepin
2018-07-03 05:12
#1
第一行就告诉你了,路径有问题
自己检查一下
Reply View the author