{"id":15045763,"url":"https://github.com/fuse-open/android-build-tools","last_synced_at":"2025-04-10T00:43:12.392Z","repository":{"id":42667358,"uuid":"166540544","full_name":"fuse-open/android-build-tools","owner":"fuse-open","description":"Android SDK installer for Uno and Fuse apps","archived":false,"fork":false,"pushed_at":"2024-11-27T10:37:30.000Z","size":177,"stargazers_count":8,"open_issues_count":4,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-10T00:43:06.960Z","etag":null,"topics":["android","fuse","installer","ndk","npm","sdk","uno"],"latest_commit_sha":null,"homepage":"https://fuse-x.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fuse-open.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":null,"patreon":null,"open_collective":"fuse-open","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-01-19T11:44:28.000Z","updated_at":"2025-04-07T11:18:07.000Z","dependencies_parsed_at":"2024-04-19T07:47:47.407Z","dependency_job_id":null,"html_url":"https://github.com/fuse-open/android-build-tools","commit_stats":{"total_commits":164,"total_committers":3,"mean_commits":"54.666666666666664","dds":"0.10365853658536583","last_synced_commit":"73f4da3b6cd32a360ddddb683335291d94032257"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuse-open%2Fandroid-build-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuse-open%2Fandroid-build-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuse-open%2Fandroid-build-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuse-open%2Fandroid-build-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuse-open","download_url":"https://codeload.github.com/fuse-open/android-build-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137998,"owners_count":21053775,"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","fuse","installer","ndk","npm","sdk","uno"],"created_at":"2024-09-24T20:52:15.220Z","updated_at":"2025-04-10T00:43:12.363Z","avatar_url":"https://github.com/fuse-open.png","language":"JavaScript","funding_links":["https://opencollective.com/fuse-open"],"categories":[],"sub_categories":[],"readme":"# Android build tools installer\n\n[![AppVeyor build status](https://img.shields.io/appveyor/ci/mortend/android-build-tools/master.svg?logo=appveyor\u0026logoColor=silver\u0026style=flat-square)](https://ci.appveyor.com/project/mortend/android-build-tools/branch/master)\n[![NPM package](https://img.shields.io/npm/v/android-build-tools.svg?style=flat-square)](https://www.npmjs.com/package/android-build-tools)\n[![NPM downloads](https://img.shields.io/npm/dt/android-build-tools?color=blue\u0026style=flat-square)](https://www.npmjs.com/package/android-build-tools)\n[![License: MIT](https://img.shields.io/github/license/fuse-open/android-build-tools.svg?style=flat-square)](LICENSE)\n![Supported platforms](https://img.shields.io/badge/os-Linux%20%7C%20macOS%20%7C%20Windows-7F5AB6?style=flat-square)\n\nAndroid SDK installer for Uno and Fuse apps.\n\n\u003e Possibly useful in other scenarios where the Android SDK is needed as well.\n\n\u003e Visit [Fuse Open](https://fuseopen.com/) for more information about Uno and Fuse.\n\n## Install\n\n```\n$ npm install android-build-tools -g\n```\n\n\u003e This package is suitable for Linux, macOS and Windows (64-bit).\n\n* Please note that [JDK 17](https://adoptium.net/) is recommended for Android development.\n\n* If you're using Fuse SDK v2.3 or lower, you should install `android-build-tools@1.x`.\n\n* If you're using Fuse SDK v1.12 or lower, you should install `android-build-tools@1.2.0`.\n\n### Changes since 1.x\n\n* Requiring minimum [JDK 17](https://adoptium.net/) for Gradle 8.0 support.\n* No longer installing a specific version of NDK. The right version will be installed when running Gradle.\n\n### SDK location\n\nThe SDK is installed to one of the locations below.\n\n| Host OS  | Location                      |\n|:---------|:------------------------------|\n| Linux    | `~/Android/Sdk`               |\n| macOS    | `~/Library/Android/sdk`       |\n| Windows  | `%LOCALAPPDATA%\\Android\\sdk`  |\n\n\u003e On Windows, if your user name or `%LOCALAPPDATA%` contain non-ASCII characters, the SDK is installed to `%PROGRAMDATA%\\Android\\sdk` instead. This is because we get build errors if the SDK location contains non-ASCII characters.\n\n### Related packages\n\n* [fuse-sdk](https://www.npmjs.com/package/fuse-sdk)\n* [uno](https://www.npmjs.com/package/@fuse-open/uno)\n\n## Contributing\n\nPlease [report an issue](https://github.com/fuse-open/android-build-tools/issues) if you encounter a problem, or [open a pull request](https://github.com/fuse-open/android-build-tools/pulls) if you make a patch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuse-open%2Fandroid-build-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuse-open%2Fandroid-build-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuse-open%2Fandroid-build-tools/lists"}