久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

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

      <legend id='SLPuI'><style id='SLPuI'><dir id='SLPuI'><q id='SLPuI'></q></dir></style></legend>
      • <bdo id='SLPuI'></bdo><ul id='SLPuI'></ul>
      1. <i id='SLPuI'><tr id='SLPuI'><dt id='SLPuI'><q id='SLPuI'><span id='SLPuI'><b id='SLPuI'><form id='SLPuI'><ins id='SLPuI'></ins><ul id='SLPuI'></ul><sub id='SLPuI'></sub></form><legend id='SLPuI'></legend><bdo id='SLPuI'><pre id='SLPuI'><center id='SLPuI'></center></pre></bdo></b><th id='SLPuI'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='SLPuI'><tfoot id='SLPuI'></tfoot><dl id='SLPuI'><fieldset id='SLPuI'></fieldset></dl></div>
        <tfoot id='SLPuI'></tfoot>

      2. 如何在 Ubuntu 上安裝 Buildozer 以創建 Kivy 應用的

        How do I install Buildozer on Ubuntu to create an Android APK of a Kivy App?(如何在 Ubuntu 上安裝 Buildozer 以創建 Kivy 應用的 Android APK?)

        <tfoot id='rmnAt'></tfoot>

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

              <legend id='rmnAt'><style id='rmnAt'><dir id='rmnAt'><q id='rmnAt'></q></dir></style></legend>

            1. <i id='rmnAt'><tr id='rmnAt'><dt id='rmnAt'><q id='rmnAt'><span id='rmnAt'><b id='rmnAt'><form id='rmnAt'><ins id='rmnAt'></ins><ul id='rmnAt'></ul><sub id='rmnAt'></sub></form><legend id='rmnAt'></legend><bdo id='rmnAt'><pre id='rmnAt'><center id='rmnAt'></center></pre></bdo></b><th id='rmnAt'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='rmnAt'><tfoot id='rmnAt'></tfoot><dl id='rmnAt'><fieldset id='rmnAt'></fieldset></dl></div>
                  <tbody id='rmnAt'></tbody>
                • <bdo id='rmnAt'></bdo><ul id='rmnAt'></ul>
                  本文介紹了如何在 Ubuntu 上安裝 Buildozer 以創建 Kivy 應用的 Android APK?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  在 Ubuntu 13.10 上安裝 buildozer 并不容易.我多次重新安裝了 Ubuntu,現在我想分享一下我是如何安裝 buildozer 的.

                  It's not easy to install buildozer on Ubuntu 13.10. I reinstalled Ubuntu several times and now I'd like to share how I installed buildozer.

                  我從 buildozer 收到以下錯誤:

                  I got the following errors from buildozer:

                  1. ./distribute.sh not found --> no fix found(這就是我重新安裝Ubuntu兩次的原因,可能是python安裝的問題,但我不確定)
                  2. _add_java_src() 失敗 --> 添加正確的 Java JDK 路徑修復它

                  推薦答案

                  下面描述的過程對我來說非常有效:

                  我已在 Windows 7(64 位)主機系統的虛擬機(VMware 播放器)中全新安裝 Ubuntu 13.10(32 位).

                  The procedure described below was working perfectly for me:

                  I've installed it in a fresh installation of Ubuntu 13.10 (32bit) inside a virtual machine (VMware player) in Windows 7 (64bit) host system.

                  我決定使用 32 位,因為 VM 使用的 RAM 不多,并且不需要 64 位系統.但 64 位 Ubuntu 可能也可以工作(未經測試).我將 VMWare 文件的 zip 存檔上傳到谷歌驅動器(root 用戶亞歷山大在 ubuntu 中的密碼是 UbuntuBuildozer)

                  I decided to use 32 bit because the VM uses not that much RAM and a 64bit system is not needed. But 64bit Ubuntu will probably also work (not tested). I uploaded the zip archive of the VMWare files to google drive (password in ubuntu for root user alexander is UbuntuBuildozer)

                  您可以在此處找到壓縮文件:https://drive.google.com/file/d/0B5m9_RVHCpL-YmxPVnVaYWZyZ2s/edit?usp=sharing

                  You can find the zip-file here: https://drive.google.com/file/d/0B5m9_RVHCpL-YmxPVnVaYWZyZ2s/edit?usp=sharing

                  1. 安裝 Python-Kivy (http://kivy.org/docs/installation/installation-linux.html#ubuntu-11-10-or-newer) 與

                  $ sudo add-apt-repository ppa:kivy-team/kivy

                  $ sudo add-apt-repository ppa:kivy-team/kivy

                  $ sudo apt-get 更新

                  $ sudo apt-get update

                  $ sudo apt-get install python-kivy

                  $ sudo apt-get install python-kivy

                • 如果你還沒有安裝 pip:

                • install pip, if you haven't got it:

                  $ sudo apt-get install python-pip python-dev build-essential

                  $ sudo apt-get install python-pip python-dev build-essential

                • 構建器的先決條件:需要 zlib、Git、Cython 和 JDK

                • prerequisites for buildozer: zlib, Git, Cython and JDK is required

                  $ sudo apt-get install zlib1g-dev git-core cython openjdk-7-jdk

                  $ sudo apt-get install zlib1g-dev git-core cython openjdk-7-jdk

                  安裝 Java JDK 指南(http://tecadmin.net/install-java-jdk-ubuntu/#)

                  install Java JDK guide (http://tecadmin.net/install-java-jdk-ubuntu/#)

                  安裝 buildozer(https://github.com/kivy/buildozer)

                  install buildozer (https://github.com/kivy/buildozer)

                  $ sudo pip install buildozer

                  $ sudo pip install buildozer

                • 初始化 buildozer 并開始調試(只是為了安裝 Andriod SDK、NDK 和 ANT - 還不需要 main.py,這需要幾分鐘):

                • initialize buildozer and start with debug (just to install Andriod SDK, NDK & ANT - no main.py needed yet, this takes several minutes):

                  $ buildozer 初始化

                  $ buildozer init

                  $ buildozer android 調試

                  $ buildozer android debug

                • 如果 buildozer 在 _add_java_src() 處失敗:在/home/yourusername/.bashrc 中添加 JDK 路徑 - 在末尾添加這些行(重要的是使用 1.x JDK 而不是 java-7 路徑):

                • If buildozer fails at _add_java_src(): Add JDK path in /home/yourusername/.bashrc - add these lines at the end (important use 1.x JDK and not java-7 path):

                  導出 PATH=$PATH:/usr/lib/jvm/java-1.6.0-openjdk-i386/bin

                  export PATH=$PATH:/usr/lib/jvm/java-1.6.0-openjdk-i386/bin

                  導出 JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-i386

                  export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-i386

                • 現在轉到您的應用程序 main.py 并執行以下命令:

                • Now go to your apps main.py and do the following commands:

                  $ buildozer 初始化

                  $ buildozer init

                  (編輯 buildozer.spec 并更改您的應用名稱并檢查第 28/29 行或第 32 行的版本控制 --> 取決于您的 main.py 代碼
                  請參閱對 Buildozer 編譯簡單的 android kivy 應用程序的回答,但是打包失敗)

                  (edit buildozer.spec and change your app name and check the versioning on line 28/29 or line 32 --> depends on your main.py code
                  see SO answer to Buildozer compiles simple android kivy application, but fails while packaging)

                  $ buildozer android debug deploy 運行

                  $ buildozer android debug deploy run

                • 這篇關于如何在 Ubuntu 上安裝 Buildozer 以創建 Kivy 應用的 Android APK?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Get user#39;s current location using GPS(使用 GPS 獲取用戶的當前位置)
                  IllegalArgumentException thrown by requestLocationUpdate()(requestLocationUpdate() 拋出的 IllegalArgumentException)
                  How reliable is LocationManager#39;s getLastKnownLocation and how often is it updated?(LocationManager 的 getLastKnownLocation 有多可靠,多久更新一次?)
                  How to detect Location Provider ? GPS or Network Provider(如何檢測位置提供者?GPS 或網絡提供商)
                  Get current location during app launch(在應用啟動期間獲取當前位置)
                  locationManager.getLastKnownLocation() return null(locationManager.getLastKnownLocation() 返回 null)
                    <i id='Mvb7s'><tr id='Mvb7s'><dt id='Mvb7s'><q id='Mvb7s'><span id='Mvb7s'><b id='Mvb7s'><form id='Mvb7s'><ins id='Mvb7s'></ins><ul id='Mvb7s'></ul><sub id='Mvb7s'></sub></form><legend id='Mvb7s'></legend><bdo id='Mvb7s'><pre id='Mvb7s'><center id='Mvb7s'></center></pre></bdo></b><th id='Mvb7s'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Mvb7s'><tfoot id='Mvb7s'></tfoot><dl id='Mvb7s'><fieldset id='Mvb7s'></fieldset></dl></div>

                        <legend id='Mvb7s'><style id='Mvb7s'><dir id='Mvb7s'><q id='Mvb7s'></q></dir></style></legend>
                      1. <tfoot id='Mvb7s'></tfoot>
                          <tbody id='Mvb7s'></tbody>
                            <bdo id='Mvb7s'></bdo><ul id='Mvb7s'></ul>
                          • <small id='Mvb7s'></small><noframes id='Mvb7s'>

                          • 主站蜘蛛池模板: 一区二区三区四区在线视频 | 国产一区日韩在线 | 亚洲一区二区三区国产 | 在线观看黄色大片 | 成人午夜视频在线观看 | 午夜在线小视频 | 国产精品视频区 | 伊人性伊人情综合网 | 成人在线中文字幕 | 中文字幕 视频一区 | 精品久久一区二区 | 亚洲精品一区二区 | 亚洲欧美一区二区三区国产精品 | 亚洲综合日韩精品欧美综合区 | 欧美日韩中文在线 | 四虎影院免费在线 | 99伊人 | 精品美女久久久久久免费 | 日韩视频一区二区在线 | 色综合av| 国产在线观看一区二区 | 久久精品国产亚洲 | 日韩精品无码一区二区三区 | 伊人精品一区二区三区 | 亚洲激精日韩激精欧美精品 | 国产色网 | 亚洲一区二区三区免费视频 | 久久久久国产一区二区三区四区 | 亚洲精彩视频 | 激情欧美一区二区三区 | 国产欧美一级二级三级在线视频 | 国产欧美日韩精品一区 | 精品一区在线 | 91视频国产区 | 亚洲一区二区中文字幕在线观看 | 日本黄色片免费在线观看 | 国产精品特级毛片一区二区三区 | 日本天堂视频在线观看 | 国产乱码精品一区二区三区五月婷 | 午夜视频一区二区 | 国产区免费视频 |