Code Monkey home page Code Monkey logo

puppet-android's Introduction

Android Puppet Module for Boxen

Build Status

Usage

The sdk is available:

include android::sdk

The ndk is also available:

include android::ndk

The 3, 4, 7, 8, 10, 11, 12, 13, 14, 15, 16 and 17 version is also available:

include android::17

ensure a version is installed for a certain android version

# install 17 version for default(platform, add_on)
android::version { '17': }

# install 17 version for all
android::version { '17':
  options => ['platform', 'add_on', 'system_image', 'sample'] 
}

ensure a platform is installed for a certain android version

android::platform { 'android-17': }

ensure a system_image is installed for a certain android version

android::system_image { 'sysimg-17': }

ensure a add_on is installed for a certain android version

android::add_on { 'addon-google_apis-google-17': }

ensure a sample is installed for a certain android version

android::sample { 'sample-17': }

ensure a platform-tools is installed

include android::platform_tools

ensure a extra is installed for a certain android version

android::extra { 'extra-google-google_play_services': }

ensure a doc is installed

include android::doc

ensure a 'studio' is installed

include android::studio

Required Puppet Modules

  • boxen
  • homebrew
  • stdlib
  • java

Environment

Once installed, you can access the following variables in your environment, projects, etc:

  • ANDROID_HOME: android home directory
  • ANDROID_SDK_ROOT: android sdk directory

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.

puppet-android's People

Contributors

aafwu00 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.