• <small id='QC81j'></small><noframes id='QC81j'>

      <i id='QC81j'><tr id='QC81j'><dt id='QC81j'><q id='QC81j'><span id='QC81j'><b id='QC81j'><form id='QC81j'><ins id='QC81j'></ins><ul id='QC81j'></ul><sub id='QC81j'></sub></form><legend id='QC81j'></legend><bdo id='QC81j'><pre id='QC81j'><center id='QC81j'></center></pre></bdo></b><th id='QC81j'></th></span></q></dt></tr></i><div id='QC81j'><tfoot id='QC81j'></tfoot><dl id='QC81j'><fieldset id='QC81j'></fieldset></dl></div>
      <legend id='QC81j'><style id='QC81j'><dir id='QC81j'><q id='QC81j'></q></dir></style></legend>
        <bdo id='QC81j'></bdo><ul id='QC81j'></ul>

      1. <tfoot id='QC81j'></tfoot>

        buildozer android NDK没有下载Ubuntu

        时间:2023-06-07

              <tbody id='h2vah'></tbody>
            <i id='h2vah'><tr id='h2vah'><dt id='h2vah'><q id='h2vah'><span id='h2vah'><b id='h2vah'><form id='h2vah'><ins id='h2vah'></ins><ul id='h2vah'></ul><sub id='h2vah'></sub></form><legend id='h2vah'></legend><bdo id='h2vah'><pre id='h2vah'><center id='h2vah'></center></pre></bdo></b><th id='h2vah'></th></span></q></dt></tr></i><div id='h2vah'><tfoot id='h2vah'></tfoot><dl id='h2vah'><fieldset id='h2vah'></fieldset></dl></div>

              <tfoot id='h2vah'></tfoot>

              <small id='h2vah'></small><noframes id='h2vah'>

                • <bdo id='h2vah'></bdo><ul id='h2vah'></ul>
                • <legend id='h2vah'><style id='h2vah'><dir id='h2vah'><q id='h2vah'></q></dir></style></legend>

                  本文介绍了buildozer android NDK没有下载Ubuntu的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用操作系统 Ubuntu 16.04 LTS.我已经在python2和python3中安装了buildozer.安装了android sdk,但是在下载android NDK时buildozer显示错误.请帮我解决这个问题.以下是错误.

                  I'am using the OS Ubuntu 16.04 LTS. I have installed the buildozer in the python2 and python3.The android sdk is installed but the buildozer is showing error while downloading android NDK.Please do help me to solve this issue. Following is the Error.

                    # Downloading http://dl.google.com/android/repository/android-ndk-r9c-linux-x86_64.tar.bz2
                  Traceback (most recent call last):
                    File "/home/fadii/.local/bin/buildozer", line 11, in <module>
                      sys.exit(main())
                    File "/usr/local/lib/python3.5/dist-packages/buildozer-0.33.dev0-py3.5.egg/buildozer/scripts/client.py", line 13, in main
                      Buildozer().run_command(sys.argv[1:])
                    File "/usr/local/lib/python3.5/dist-packages/buildozer-0.33.dev0-py3.5.egg/buildozer/__init__.py", line 1026, in run_command
                      self.target.run_commands(args)
                    File "/usr/local/lib/python3.5/dist-packages/buildozer-0.33.dev0-py3.5.egg/buildozer/target.py", line 91, in run_commands
                      func(args)
                    File "/usr/local/lib/python3.5/dist-packages/buildozer-0.33.dev0-py3.5.egg/buildozer/target.py", line 101, in cmd_debug
                      self.buildozer.prepare_for_build()
                    File "/usr/local/lib/python3.5/dist-packages/buildozer-0.33.dev0-py3.5.egg/buildozer/__init__.py", line 175, in prepare_for_build
                      self.target.install_platform()
                    File "/usr/local/lib/python3.5/dist-packages/buildozer-0.33.dev0-py3.5.egg/buildozer/targets/android.py", line 499, in install_platform
                      self._install_android_ndk()
                    File "/usr/local/lib/python3.5/dist-packages/buildozer-0.33.dev0-py3.5.egg/buildozer/targets/android.py", line 309, in _install_android_ndk
                      cwd=self.buildozer.global_platform_dir)
                    File "/usr/local/lib/python3.5/dist-packages/buildozer-0.33.dev0-py3.5.egg/buildozer/__init__.py", line 671, in download
                      urlretrieve(url, filename, report_hook)
                    File "/usr/lib/python3.5/urllib/request.py", line 1760, in retrieve
                      block = fp.read(bs)
                    File "/usr/lib/python3.5/tempfile.py", line 622, in func_wrapper
                      return func(*args, **kwargs)
                  

                  推荐答案

                  我也遇到了同样的问题.当我尝试NDK的地址时,我发现google已经将URL更改为NDK.

                  I just had the same problem. When I tried the address of the NDK I found that google had changed the URL to the NDK.

                  Buildozer 配置有:http://dl.google.com/android/repository/android-ndk-r9c-linux-x86_64.tar.bz2

                  Buildozer is configured with: http://dl.google.com/android/repository/android-ndk-r9c-linux-x86_64.tar.bz2

                  但目前是:http://dl.google.com/android/ndk/android-ndk-r9c-linux-x86_64.tar.bz2

                  解决方案是从工作 URL 手动下载 ndk,解压并将解压后的文件夹作为新的子文件夹放入:

                  The solution is to manually download the ndk from the working URL, unpack it and place the unpacked folder as new subfolder into:

                  /home/<your-user>/.buildozer/android/platform/
                  

                  这篇关于buildozer android NDK没有下载Ubuntu的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:错误:无法为使用 PEP 517 且无法直接安装的 Kivy 构建轮子 下一篇:Kivy - python - recycleview 行中的多个小部件

                  相关文章

                  • <bdo id='K0Hi7'></bdo><ul id='K0Hi7'></ul>

                    1. <i id='K0Hi7'><tr id='K0Hi7'><dt id='K0Hi7'><q id='K0Hi7'><span id='K0Hi7'><b id='K0Hi7'><form id='K0Hi7'><ins id='K0Hi7'></ins><ul id='K0Hi7'></ul><sub id='K0Hi7'></sub></form><legend id='K0Hi7'></legend><bdo id='K0Hi7'><pre id='K0Hi7'><center id='K0Hi7'></center></pre></bdo></b><th id='K0Hi7'></th></span></q></dt></tr></i><div id='K0Hi7'><tfoot id='K0Hi7'></tfoot><dl id='K0Hi7'><fieldset id='K0Hi7'></fieldset></dl></div>

                      <small id='K0Hi7'></small><noframes id='K0Hi7'>

                      <legend id='K0Hi7'><style id='K0Hi7'><dir id='K0Hi7'><q id='K0Hi7'></q></dir></style></legend>
                    2. <tfoot id='K0Hi7'></tfoot>