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
I tried to build from a source folder which includes spaces e.g. "tennis game"
Which raised the following error:
File "/home/user/buildozer/buildozer/targets/android.py", line 852, in _update_libraries_references
with io.open(project_fn, 'w', encoding='utf-8') as fd:
FileNotFoundError: [Errno 2] No such file or directory:
Having renamed the folder + removed the spaces from the name, I was able to successfully package an apk. :)
So could it be possible, there is an issue with pa_dir?
Possibly related to: #306
I tried to build from a source folder which includes spaces e.g. "tennis game"
Which raised the following error:
Having renamed the folder + removed the spaces from the name, I was able to successfully package an apk. :)
So could it be possible, there is an issue with pa_dir?
project_fn = join(dist_dir, 'project.properties')
which leads to
self.pa_dir = pa_dir = join(self.buildozer.platform_dir, self.p4a_directory)
The text was updated successfully, but these errors were encountered: