Skip to main content

android zc.buildout recipe

Project description

This recipe allows you to install the android sdk as part of your parts list.

[my_android_sdk]
recipe = xuru.recipe.android
apis = 16 17
system_images = intel mips
sdk = http://dl.google.com/android/android-sdk_r22.0.1-macosx.zip

This will install the android sdk into the parts directory, and the following sdk tools will be installed:

  • platform-tools

  • build-tools

  • tools

  • extra-android-support

  • Any APIs and system images specified.

APIs

  • Each API listed in the apis list will install the system image based on the system_images list.

Any other package can be installed by using the “other_packages” parameter. For example:

[my_adroid_sdk]
recipe = xuru.recipe.android
apis = 16 17
system_images = intel mips
sdk = http://dl.google.com/android/android-sdk_r22.0.1-macosx.zip
other_packages =
    Google Play APK Expansion Library
    Google Web Driver

To find what packages are available, run “android list sdk -a” from the commandline.

Binaries

A script will be generated in the bin directory for each of the following binaries: - android - emulator - uiautomationviewer - lint - adb

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xuru.recipe.android-0.8.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page