久久久久久久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 以創(chuàng)建 Kivy 應用的

        How do I install Buildozer on Ubuntu to create an Android APK of a Kivy App?(如何在 Ubuntu 上安裝 Buildozer 以創(chuàng)建 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 以創(chuàng)建 Kivy 應用的 Android APK?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  在 Ubuntu 13.10 上安裝 buildozer 并不容易.我多次重新安裝了 Ubuntu,現(xiàn)在我想分享一下我是如何安裝 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 位)主機系統(tǒng)的虛擬機(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 位系統(tǒng).但 64 位 Ubuntu 可能也可以工作(未經(jīng)測試).我將 VMWare 文件的 zip 存檔上傳到谷歌驅(qū)動器(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 并開始調(diào)試(只是為了安裝 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 調(diào)試

                  $ 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

                • 現(xiàn)在轉(zhuǎn)到您的應用程序 main.py 并執(zhí)行以下命令:

                • 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 以創(chuàng)建 Kivy 應用的 Android APK?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

                  相關文檔推薦

                  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 或網(wǎng)絡提供商)
                  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精品国产一区二区青青牛奶 | 狠狠操电影 | 日韩免费高清视频 | 国产传媒在线观看 | 欧美日韩视频 | 久久国产亚洲 | 久久精品小视频 | 亚洲精品视频一区 | 精品国产欧美一区二区 | 天天爽天天干 | 亚洲欧美一区二区三区国产精品 | hitomi一区二区三区精品 | 男女视频91| www.久久.com | 中文在线一区二区 | 欧美成人精品二区三区99精品 | 成人精品一区二区三区中文字幕 | 久久久久中文字幕 | 免费观看a级毛片在线播放 黄网站免费入口 | 国产精品美女久久久久aⅴ国产馆 | 国产成人一区 | 日日操夜夜操天天操 | 欧美激情一区二区三区 | 国产精品久久久久久久久动漫 | 久久精品亚洲成在人线av网址 | 视频一区二区三区中文字幕 | 亚洲中午字幕 | 四虎永久免费在线 | 国产一二区视频 | 国产成人精品免费视频大全最热 | 久久国产精品无码网站 | 国产精品大片在线观看 | 99视频在线 | 伊人艹 | 日本精品久久久一区二区三区 | 日韩精品一区二区三区视频播放 | 欧美中文字幕一区二区三区亚洲 | av中文网|