-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building APK file results in an error: IOError: [Errno 2] No such file or directory: 'name_project/project.properties' #306
Comments
I also had this issue recently, I didn't investigate further, but I could workaround by creating the two missing sub-directories.
Making the
|
I believe this is fixed with recent p4a updates. |
Had this issue, too. The latest python, |
It can fix. |
Building APK file results in an error (Ubuntu 14.10, 32-bit, Kivy 1.9.1):
Traceback (most recent call last):
File "/usr/local/bin/buildozer", line 9, in
load_entry_point('buildozer==0.31', 'console_scripts', 'buildozer')()
File "/usr/local/lib/python2.7/dist-packages/buildozer/scripts/client.py", line 13, in main
Buildozer().run_command(sys.argv[1:])
File "/usr/local/lib/python2.7/dist-packages/buildozer/init.py", line 987, in run_command
self.target.run_commands(args)
File "/usr/local/lib/python2.7/dist-packages/buildozer/target.py", line 85, in run_commands
func(args)
File "/usr/local/lib/python2.7/dist-packages/buildozer/target.py", line 97, in cmd_debug
self.buildozer.build()
File "/usr/local/lib/python2.7/dist-packages/buildozer/init.py", line 198, in build
self.target.build_package()
File "/usr/local/lib/python2.7/dist-packages/buildozer/targets/android.py", line 604, in build_package
self._update_libraries_references(dist_dir)
File "/usr/local/lib/python2.7/dist-packages/buildozer/targets/android.py", line 774, in _update_libraries_references
with io.open(project_fn, 'w', encoding='utf-8') as fd:
IOError: [Errno 2] No such file or directory: /home/zavulon/Programming/Projects/Python2.7/Mobile/Kivy/HeaTDV4A/.buildozer/android/platform/python-for-android/dist/HeaTDV4A/project.properties
How do I fix this error?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: