alibaba / freeline

A super fast build tool for Android, an alternative to Instant Run
https://www.freelinebuild.com/
BSD 3-Clause "New" or "Revised" License
5.48k stars 623 forks source link

不支持APK中文名称 #779

Open msdx opened 7 years ago

msdx commented 7 years ago

apk的文件名带中文,然后安装时报错:

Traceback (most recent call last):
  File "/workspace/project/park-here-android/freeline/freeline_core/task.py", line 123, in execute
    self.task.execute()
  File "/workspace/project/park-here-android/freeline/freeline_core/android_tools.py", line 44, in execute
    self._install_apk()
  File "/workspace/project/park-here-android/freeline/freeline_core/android_tools.py", line 69, in _install_apk
    self.debug('start to install apk to device: {}'.format(' '.join(install_args)))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 146-147: ordinal not in range(128)