You may need to configure a proxy server if you're having trouble cloning
or fetching from a remote repository or getting an error
like unable to access '...' Couldn't resolve host '...'.
Consider something like:
| #!/bin/sh | |
| # | |
| # This script builds & bundles Python for Android | |
| # You'll end up with a tar.bz2 file that contains a Python distribution | |
| # | |
| # Requires all prerequisites to build Android on the host, and the NDK | |
| # installed. | |
| # | |
| # This script creates a file python4android.tbz2. Unpack it on your device | |
| # (into a non-noexec partition!) and enjoy. |
| # QEmu | |
| brew install qemu | |
| # Home for out tests | |
| mkdir ~/arm-emu | |
| cd ~/arm-emu | |
| # Download initrd and kernel | |
| wget http://ftp.de.debian.org/debian/dists/jessie/main/installer-armel/current/images/versatile/netboot/initrd.gz |