kuri65536 / python-for-android

Automatically exported from code.google.com/p/python-for-android
Apache License 2.0
246 stars 103 forks source link

This repository is in alpha development. forked from Py4A on GoogleCode

Download

see Releases page, and select an installer: PythonForAndroid-debug.apk .

Status

Description

This is Python built to run on Android devices. It is made to be used together with SL4A (Scripting Layer For Android).

Nearly all the actual non-python specific documentation can be found at android-scripting

For Python specific issues and enhancements only, please use the issues tab.

Instruction for installation

Normal install

Requirements

How to install

  1. Download SL4A Application, such as sl4a-r6.1.1-arm-debug.apk
  2. Download Py4A Application, such as PythonForAndroid-debug.apk
  3. Enable "Unknown Sources" in your device settings.
  4. Open 1. apk to install. (sl4a)
  5. Open 2. apk to install. (py4a)
  6. Open PythonForAndroid application
  7. Click Install to download and install python binaries.
  8. Launch sl4a, Select 'Menu' >> 'View' >> 'Interpreters' and Select 'Python 2.7.?'.
  9. Python will be launched, have fun!

Local install

How to install

  1. Download sl4a apk
  2. Download py4a apk
  3. Download py4a zips, interpreter - python_r29.zip, modules - python_extras_r29.zip, sample scripts - python_scripts_r26.zip.
  4. Enable "Unknown Sources" in your device settings.
  5. Open 1. apk to install. (sl4a)
  6. Open 2. apk to install. (py4a)
  7. Open PythonForAndroid application
  8. push 3. zips to device's /sdcard/com.googlecode.pythonforandroid. (be sure /sdcard path to fit your device.)
  9. Click "Local install" to check zips and install python binaries.
  10. Click "Local install" to install these zips.
  11. Launch sl4a, Select 'Menu' >> 'View' >> 'Interpreters' and Select 'Python 2.7.?'.
  12. Python will be launched, have fun!

Please tell me issues

Current issue form is here::

* What device(s) are you experiencing the problem on?
  * ex: Nexus ???
* What OS version are you running on the device?
  * ex: Andriod ???
* What version of the product are you using?
  * SL4A r????
  * PythonForAndroid r??
* What steps will reproduce the problem?
  1. 
  2. 
  3. 
* Provide logcat for detail.
* What is the expected output%3F What do you see instead?
  * expected: launch ???
  * see: stop running
* Please provide any additional information below.

Links

Pages

External Links

Similar projects

Please do not ask any question about below!

Instruction for build

Instruction for r16 or ealier

Requirements for build

How to build

for git user $ git clone git://github.com/kuri65536/python-for-android

* Build the apk:
```shell
$ cd android/PythonForAndroid
$ echo sdk.dir=/path/to/android-sdk > local.properties
$ sh /path/to/android-stdudio/gradle/gradle-2.2.1/bin/gradle assembleDebug
Building ??% ...
$ ls build/outputs/apk/
PythonForAndroid-debug.apk

Local install for confirm the build (direct extracting)

How to run: