bit.recipe.python_for_android

Bit foundation python_for_android recipe
Download

bit.recipe.python_for_android Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Ryan Northey

bit.recipe.python_for_android Tags


bit.recipe.python_for_android Description

bit.recipe.python_for_android is a Python module that allows you to build python-based android packages from a buildout environment.You will need a copy of the android sdk and ndks for your project environmentsThese can be installed using bit.recipe.android_sdk and bit.recipe.android_ndkA complete buildout example might be:parts = my_android_sdk my_android_ndk my_kivyrecipe = bit.recipe.android_sdkapis = 8sdk = http://dl.google.com/android/android-sdk_r14-linux.tgzrecipe = bit.recipe.android_ndkversion = r7ndk = http://dl.google.com/android/ndk/android-ndk-r7-linux-x86.tar.bz2recipe = bit.recipe.python_for_androidpackage = org.bitfoundation.my_kivysrc = git@github.com:kivy/python-for-androidsdk = parts/my_android_sdkndk = parts/my_android_ndkndk_version = ${my_android_ndk:version}api = 8recipes = kivyversion = 0.0.1public = var/my_kivy/publicprivate = var/my_kivy/privateorientation = portraitpermissions = INTERNETThis can then be installed as follows./bin/buildoutOnce you have done this you can create your distribution./bin/my_kivy distYou can do a clean install or pass other arguments to the distribute.sh script, ie:./bin/my_kivy dist -fPlace your public/private resources into the folders specified ie: var/my_kivy/public, and build and install your android package./bin/my_kivy build debug installdProduct's homepage


bit.recipe.python_for_android Related Software