Skip to content
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

No such file or directory: 'src/org/renpy/android/Configuration.java' when building apk #173

Closed
sidesteps opened this issue Jan 30, 2015 · 1 comment

Comments

@sidesteps
Copy link

In Version 0.27dev, when running
buildozer -v android debug
getting:

Command failed: /usr/bin/python build.py --name 'kivy test' --version 0.0.1 --package org.test.kivy-test --private /var/src/.buildozer/android/app --sdk 24.0.2 --minsdk 8 --orientation sensor --window debug

full log: http://pastebin.com/TSpn4Evr
It is not because 32 bit android sdk tools on 64 bit os, i think.
When I run build.py script manually I get:

Traceback (most recent call last):
File "./.buildozer/android/platform/python-for-android/dist/kivy-test/build.py", line 497, in
make_package(args)
File "./.buildozer/android/platform/python-for-android/dist/kivy-test/build.py", line 283, in make_package
args=args)
File "./.buildozer/android/platform/python-for-android/dist/kivy-test/build.py", line 71, in render
f = file(dest, 'wb')
IOError: [Errno 2] No such file or directory: 'src/org/renpy/android/Configuration.java'

Although file Configuration.java exists under ./.buildozer/android/platform/python-for-android/dist/kivy-test/src/org/renpy/android/Configuration.java

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@AndreMiras
Copy link
Member

I believe this is fixed with all the refactoring we had since then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants