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

<tfoot id='gMYTs'></tfoot>
    • <bdo id='gMYTs'></bdo><ul id='gMYTs'></ul>

    <legend id='gMYTs'><style id='gMYTs'><dir id='gMYTs'><q id='gMYTs'></q></dir></style></legend>
    1. <small id='gMYTs'></small><noframes id='gMYTs'>

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

      1. Python/Kivy 應用程序到 Windows 上的 apk - 安裝虛擬機

        Python/Kivy app to apk on windows - what to do after installing a virtual machine?(Python/Kivy 應用程序到 Windows 上的 apk - 安裝虛擬機后該怎么辦?)

          • <tfoot id='xOjgx'></tfoot>

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

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

              1. <small id='xOjgx'></small><noframes id='xOjgx'>

                  <tbody id='xOjgx'></tbody>

                  本文介紹了Python/Kivy 應用程序到 Windows 上的 apk - 安裝虛擬機后該怎么辦?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我知道目前沒有辦法使用windows為android打包一個kivy應用程序,所以我下載了一個Linux虛擬機.但是然后呢?我還沒有為初學者找到一個很好的分步教程來解釋整個過程.

                  I understand that currently there is no way to package a kivy app for android using windows, so I have downloaded a Linux virtual machine. But then what? I haven't found a good step-by-step tutorial for beginners explaining the whole process.

                  我是否應該將 Python、PyCharm、Kivy 等下載到虛擬機中,并將所有應用程序文件復制到其中?如果是這樣,那之后的下一步是什么?很抱歉這么無知,但我是編碼和應用程??序開發的新手,主要從在線教程中學習.任何意見是極大的贊賞!

                  Am I supposed to download Python, PyCharm, Kivy, etc. into the virtual machine, and also copy the all the app files into it? And if so, what's the next step after that? Sorry to be so clueless, but I'm new to coding and app development, and learning mostly from online tutorials. Any advice is greatly appreciated!

                  推薦答案

                  您可以通過以下操作在 Windows 上打包 Kivy Apps for Android:

                  You can package Kivy Apps for Android on Windows by doing the following:

                  1. 下載 Kivy Buildozer VM 并解壓縮文件.
                  2. 從 Oracle VirtualBox 下載區下載適用于您機器的 VirtualBox 版本并安裝.
                  3. 下載適用于所有平臺的 Oracle VM VirtualBox Extension Pack 并安裝它.
                  4. 啟動VirtualBox,點擊文件 ? 導入設備...
                  5. 選擇解壓后的目錄,文件名為Buildozer VM.ovf
                  6. 點擊設置 ? 常規 ? 高級并在的下拉列表中選擇雙向>共享剪貼板:,以及拖放:
                  7. 點擊設置 ? 共享文件夾并點擊添加新的共享文件夾.Kivy Apps 文件夾.
                  8. 點擊設置 ? USB,勾選啟用USB控制器,勾選USB 2.0 (EHCI)控制器,并單擊 添加新的 USB 過濾器 例如宏碁平板電腦.
                  1. Download Kivy Buildozer VM and unzip the file.
                  2. Download the version of VirtualBox for your machine from Oracle VirtualBox download area and install it.
                  3. Download Oracle VM VirtualBox Extension Pack for all platforms and install it.
                  4. Start VirtualBox, click on File ? Import Appliance...
                  5. Select the extracted directory, file named, Buildozer VM.ovf
                  6. Click on Settings ? General ? Advanced and select Bidirectional in the drop-down list for Shared Clipboard:, and Drag'n'Drop:
                  7. Click on Settings ? Shared Folders and click Adds new shared folder. e.g. Kivy Apps folder.
                  8. Click on Settings ? USB, check Enable USB Controller, checkbox USB 2.0 (EHCI) Controller, and click Adds new USB filters e.g. Acer tablet.

                  PyCharm IDE 設置

                  1. 下載 PyCharm 社區并安裝.
                  2. 安裝KV Lang Auto-完成和突出顯示
                  3. 請參考 PyCharm 項目解釋器設置

                  為 Android 創建一個包

                  1. 啟動VirtualBox,選擇Kivy/Buildozer VM并點擊Start
                  2. 密碼是kivy
                  3. 將您的 Kivy 應用程序從本地計算機復制到 Home 文件夾中的文件夾.
                  4. 雙擊主文件夾
                  5. 雙擊Kivy App 文件夾
                  6. 單擊鼠標右鍵并選擇在此處打開終端
                  7. 在終端命令提示符下,鍵入 buildozer init 以創建 buildozer.spec 文件.
                  8. 雙擊buildozer.spec文件進行更改(例如title、package.name、log_level = 2) 并保存更改.
                  9. 在終端命令提示符下,鍵入 buildozer android debug deploy run
                  10. 享受吧!
                  1. Start VirtualBox, select Kivy/Buildozer VM and click Start
                  2. Password is kivy
                  3. Copy your Kivy App from local machine to a folder in Home folder.
                  4. Double click Home folder
                  5. Double click Kivy App folder
                  6. Right mouse click and select Open Terminal Here
                  7. At Terminal command prompt, type buildozer init to create buildozer.spec file.
                  8. Double click buildozer.spec file to make changes (e.g. title, package.name, log_level = 2) and save changes.
                  9. At Terminal command prompt, type buildozer android debug deploy run
                  10. Enjoy!

                  這篇關于Python/Kivy 應用程序到 Windows 上的 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)

                  1. <legend id='ZeDec'><style id='ZeDec'><dir id='ZeDec'><q id='ZeDec'></q></dir></style></legend>
                        <bdo id='ZeDec'></bdo><ul id='ZeDec'></ul>

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

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

                              <tbody id='ZeDec'></tbody>
                          • <tfoot id='ZeDec'></tfoot>
                            主站蜘蛛池模板: 久久久久国产精品免费免费搜索 | 一区二区三区在线 | 99精品欧美一区二区三区 | 精品欧美 | 综合网中文字幕 | 国精产品一区二区三区 | 国产精品1区 | 亚洲 一区 | 国产日韩欧美一区 | 91精品国产综合久久久久久丝袜 | 国产成人精品高清久久 | 日韩影音 | 偷拍自拍网站 | 热99视频 | 天天夜夜操 | 亚洲精品久久区二区三区蜜桃臀 | 日韩二区 | 一级女毛片| 伊人春色成人网 | 国产aⅴ精品 | 成人性生交大片免费看r链接 | 久久久久久久久久久久91 | 中文字幕一区二区三区在线乱码 | 日韩一级在线 | 亚洲综合色婷婷 | 精品视频久久久 | 亚洲欧美视频 | japanhd美女动 | 亚洲国产精品一区 | 久久精品一区二区视频 | 国产乱码精品一区二区三区中文 | 99在线免费观看 | 国产免费拔擦拔擦8x高清 | 欧美一级免费看 | 亚洲精品一区二区网址 | 亚洲精品一区中文字幕乱码 | 龙珠z在线观看 | 日本精品一区二区三区在线观看 | 国产成人午夜精品影院游乐网 | 免费观看日韩av | 久久免费观看视频 |