-
Notifications
You must be signed in to change notification settings - Fork 507
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
IOError: [Errno 2] No such file or directory: u'/Users/gauravgupta/kivy/.buildozer/android/platform/build/dists/myellipse/build/outputs/apk/myellipse-debug.apk' #613
Comments
I've come across this error too. The fix mentioned in issue #312 worked for me. |
the problem is : in toolchain.py has two build_type ,gradle(build_tools_version>25.0 and exist gradlew) otherwise ant. but in android.py, only jude exist gradlew but the default build_tools_version is 19.1. |
same issue #312, i have fix it. |
@cdyangbo |
Hi guys, can you give it a try on this PR #691 and say if it fixes it for you? |
@AndreMiras thanks its for me.. but now i am dealing with another problem apk is not working on just screen pops and gone |
Good news! |
Closing as fixed. |
Traceback (most recent call last):
File "/usr/local/bin/buildozer", line 9, in
load_entry_point('buildozer==0.33', 'console_scripts', 'buildozer')()
File "/Library/Python/2.7/site-packages/buildozer/scripts/client.py", line 13, in main
Buildozer().run_command(sys.argv[1:])
File "/Library/Python/2.7/site-packages/buildozer/init.py", line 1058, in run_command
self.target.run_commands(args)
File "/Library/Python/2.7/site-packages/buildozer/target.py", line 91, in run_commands
func(args)
File "/Library/Python/2.7/site-packages/buildozer/target.py", line 103, in cmd_debug
self.buildozer.build()
File "/Library/Python/2.7/site-packages/buildozer/init.py", line 212, in build
self.target.build_package()
File "/Library/Python/2.7/site-packages/buildozer/targets/android.py", line 808, in build_package
copyfile(join(apk_dir, apk), join(self.buildozer.bin_dir, apk_dest))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: u'/Users/gauravgupta/kivy/.buildozer/android/platform/build/dists/myellipse/build/outputs/apk/myellipse-debug.apk'
The text was updated successfully, but these errors were encountered: