-
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
'# Android NDK is missing, downloading' - Android NDK is installed #769
Comments
somehow this line got lost in output: Downloading http://dl.google.com/android/repository/android-ndk-r9c-linux-x86_64.tar.bz2I checked this link and its dead as it gets |
i am guessing it moved to: but what do i do with it as a user? |
@drjoms add the extracted folder to the |
yeah someone suggested that and it helped.
There is another problem now, cant download android sdk files newer than
version 20, and buildozer fails because of it.
It's documented in another email send to group.
but thanks!
Dmitri
…On 24/12/2018 17:43, noTthis? wrote:
@drjoms <https://github.com/drjoms> add the extracted folder to the
|android.ndk_path| line in your |buildozer.spec| file, if you haven;t
already figured it out :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#769 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD9Yv3qNucTjRrGRyiauobUBUQ3JpBBNks5u8RI9gaJpZM4ZaaMe>.
|
@mahomahomaho
Log:
|
Code now supports different URL formats when version>=23. Closing as complete. |
Versions
Python:
python --version
Python 3.6.5
eselect python list
Available Python interpreters, in order of preference:
[1] python3.6
[2] python2.7
[3] python3.4
[4] python3.5 (fallback)
OS:
uname -a
Linux (none)dimko's Desktop 4.17.0-gentoo [app] "android.permission" contain an unknown permission #6 SMP PREEMPT Sat Dec 8 22:29:46 GMT 2018 x86_64 AMD Ryzen 5 1600 Six-Core Processor AuthenticAMD GNU/Linux
Kivy:
dev-python/Kivy
Latest version available: 1.10.1
Latest version installed: 1.10.1
Cython:
dev-python/cython
Latest version available: 0.25.2
Latest version installed: 0.25.2
Description
/home/dimko/.local/bin/buildozer android debug deploy run
Check configuration tokens
Ensure build layout
Check configuration tokens
Preparing build
Check requirements for android
Install platform
Apache ANT found at /home/dimko/.buildozer/android/platform/apache-ant-1.9.4
Android SDK found at /home/dimko/.buildozer/android/platform/android-sdk-20
Android NDK is missing, downloading
Traceback (most recent call last):
File "/home/dimko/.local/bin/buildozer", line 11, in
sys.exit(main())
File "/home/dimko/.local/lib64/python3.6/site-packages/buildozer/scripts/client.py", line 13, in main
Buildozer().run_command(sys.argv[1:])
File "/home/dimko/.local/lib64/python3.6/site-packages/buildozer/init.py", line 1059, in run_command
self.target.run_commands(args)
File "/home/dimko/.local/lib64/python3.6/site-packages/buildozer/target.py", line 92, in run_commands
func(args)
File "/home/dimko/.local/lib64/python3.6/site-packages/buildozer/target.py", line 102, in cmd_debug
self.buildozer.prepare_for_build()
File "/home/dimko/.local/lib64/python3.6/site-packages/buildozer/init.py", line 176, in prepare_for_build
self.target.install_platform()
File "/home/dimko/.local/lib64/python3.6/site-packages/buildozer/targets/android.py", line 507, in install_platform
self._install_android_ndk()
File "/home/dimko/.local/lib64/python3.6/site-packages/buildozer/targets/android.py", line 319, in _install_android_ndk
cwd=self.buildozer.global_platform_dir)
File "/home/dimko/.local/lib64/python3.6/site-packages/buildozer/init.py", line 687, in download
urlretrieve(url, filename, report_hook)
File "/usr/lib64/python3.6/urllib/request.py", line 1819, in retrieve
block = fp.read(bs)
File "/usr/lib64/python3.6/tempfile.py", line 483, in func_wrapper
return func(*args, **kwargs)
ValueError: read of closed file
stuff never worked, i am trying to get it to work for a first time.
trying to use simple app i foudn on internet (50 lines or so)from Kivy to work on android.
The text was updated successfully, but these errors were encountered: