zoukankan      html  css  js  c++  java
  • kivy create a package for Android

    Now that you've successfully coded an app. Now you want to deploy it to Android.

    So now we would need to have a look of this, from its official site:http://kivy.org/docs/guide/packaging.html

    Let's check this out.

    Mainly for Android . http://kivy.org/docs/guide/packaging-android.html

    let's do it! It's so exciting!!!!

    As it says, here's what we gonna need:

    ##################################

    This section describes how to download and use python-for-android directly.

    You’ll need:

    • A linux computer or virtual machine
    • Java
    • Python 2.7 (not 2.6.)
    • Jinja2 (python module)
    • Apache ant
    • Android SDK

    Setup Python for Android

    First, install the prerequisites needed for the project:

    Then open a console and type:

    git clone git://github.com/kivy/python-for-android

    #########################

    I am using Linuxmint 13 which is derived from Ubuntu12.04 the long-term guaranteed version.

    So let's do this.

    For this:

    http://python-for-android.readthedocs.org/en/latest/prerequisites/

    I would strongly recommend you can download this one: http://kivy.org/#download ( in the virtual machine section ). Just as what they said "A Virtual Machine with Android SDK and NDK and all other pre-requisites pre installed to ease apk generation:". Hope so.

    Or you could just do as the link above to set your own environment. All we need is to build APK for android.

    Summery:

    1) Set the system enviroment pacakges

    2) Install the prerequistes needed for the project

    3) Build the app distribution in the terminal

    Just follow the tutorial there: http://kivy.org/docs/guide/packaging-android.html

    ./distribute.sh -m "kivy"     ( just see that)

    TestDrive here is a good trial.

    http://kivy.org/#download Download that virtualbox image and try 

    &&&&&&&&&&&&

    &&

    TestDrive

    We provide a VirtualBox Image with python-for-android along with the Android SDK and NDK preinstalled to ease your installation woes. You can download it from here.

    Once the VM is loaded, you can follow the instructions from Packaging your application into an APK. You don’t need to download with git clone though, as python-for-android is already installed and set up in the virtual machine home directory.

    &&&&&&&&&&&&

  • 相关阅读:
    [Noip2017]逛公园
    [NOI2005]瑰丽华尔兹
    codeforces 558E A Simple Task
    bzoj1812 riv(树形背包)
    bzoj 1009 GT考试
    bzoj1030 文本生成器 Trie图+dp
    bzoj1500 维修数列(splay)
    [NOI2008]假面舞会
    测试用例的基本知识
    使用Xmind编写测试用例
  • 原文地址:https://www.cnblogs.com/spaceship9/p/3455946.html
Copyright © 2011-2022 走看看