{"id":13447953,"url":"https://github.com/nickpack/ansible-role-android-sdk","last_synced_at":"2025-03-22T01:31:41.065Z","repository":{"id":25534264,"uuid":"28966761","full_name":"nickpack/ansible-role-android-sdk","owner":"nickpack","description":"Install Android SDK tools and packages, headless, with ansible.","archived":true,"fork":false,"pushed_at":"2018-09-10T11:55:17.000Z","size":42,"stargazers_count":40,"open_issues_count":2,"forks_count":32,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T13:11:34.496Z","etag":null,"topics":["android-sdk","ansible","ansible-galaxy","ansible-role","sdk-packages"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickpack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-08T13:19:04.000Z","updated_at":"2023-09-20T08:29:11.000Z","dependencies_parsed_at":"2022-08-23T08:10:43.198Z","dependency_job_id":null,"html_url":"https://github.com/nickpack/ansible-role-android-sdk","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpack%2Fansible-role-android-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpack%2Fansible-role-android-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpack%2Fansible-role-android-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpack%2Fansible-role-android-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickpack","download_url":"https://codeload.github.com/nickpack/ansible-role-android-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244893469,"owners_count":20527600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-sdk","ansible","ansible-galaxy","ansible-role","sdk-packages"],"created_at":"2024-07-31T05:01:31.266Z","updated_at":"2025-03-22T01:31:40.790Z","avatar_url":"https://github.com/nickpack.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Ansible Role: Android SDK\n\n[![Build Status](https://travis-ci.org/nickpack/ansible-role-android-sdk.svg?branch=master)](https://travis-ci.org/nickpack/ansible-role-android-sdk)\n\nAn Ansible Role that installs the Android SDK tools, SDK packages and dependencies on Ubuntu and RedHat based OS'.\n\n## Requirements\n\nA recent version of Ubuntu.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    android_sdk_download_location: http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz\n\nThe location to the Android SDK tools package to be installed.\n\n    android_sdk_install_location: /opt\n\nThe location on disk where you'd like to SDK to be installed.\n\n    ubuntu_dependency_packages:\n      - \"libncurses5\"\n      - \"libstdc++6\"\n      - \"zlib1g\"\n      - \"imagemagick\"\n      - \"expect\"\n      - \"gradle\"\n      - \"ant\"\n      - \"ccache\"\n      - \"autoconf\"\n      - \"automake\"\n      - \"ant\"\n      - \"ccache\"\n      - \"python-dev\"\n      - \"zlibc\"\n\nA list of aptitude installable build dependency packages.\n\n    ubuntu_precise_dependency_packages:\n      - \"libgd2-xpm\"\n      - \"libgphoto2-2\"\n      - \"libsane\"\n      - \"ia32-libs-multiarch\"\n\nA list of aptitude installable build dependencies for Ubuntu Precise.\n\n    rh_dependency_packages:\n      - expect\n      - libstdc++.i686\n      - mesa-libGL-devel\n      - ncurses-libs.i686\n      - zlib.i686\n\nA list of yum installable build dependencies for RedHat based OS.\n\n    android_sdk_update_path: true\n\nWhether or not the role should update the PATH in /etc/environment with the relevant android SDK locations\n\n    android_sdk_base_buildtools_version: 20.0.0\n\nThe main build tools version from the SDK to use, mainly useful for PATH updates.\n\n    android_sdk_tools_to_install:\n      - build-tools-20.0.0\n      - build-tools-19.1.0\n      - platform-tools\n      - tools\n      - extra-android-support\n      - extra-google-m2repository\n      - extra-android-m2repository\n    android_sdks_to_install:\n      - android-21\n      - android-20\n      - android-19\n      - android-18\n      - android-17\n      - android-16\n\nThe actual Android SDK packages to install using the SDK manager.\n\n## Example Playbook\n\n    - hosts: appbuild\n      vars_files:\n        - vars/main.yml\n      roles:\n        - { role: nickpack.android_sdk }\n\n## License\n\nBSD\n\n## Author Information\n\nThis role was created in 2015 by [Nick Pack](https://github.com/nickpack).\n\n## Contributors\n\n* @timdaman - Fixed defect in variable loading\n* @ojechev-broadsoft - OSX Support\n* @rodrigdav - Fixed bare variables that broke 2.2 compatibility\n* @halkeye - Seperated SDK tools, fixed 64bit environment\n* @edunham - Fixed 32bit support\n* @peterjanes - Added RedHat family support\n* @conorsch - Changed conditionals to allow \u003e 14.04 support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickpack%2Fansible-role-android-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickpack%2Fansible-role-android-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickpack%2Fansible-role-android-sdk/lists"}