🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

android-build-tools

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

android-build-tools

Android SDK installer for Uno and Fuse apps

2.0.3
latest
Source
npm
Version published
Weekly downloads
15
-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

Android build tools installer

AppVeyor build status NPM package NPM downloads License: MIT Supported platforms

Android SDK installer for Uno and Fuse apps.

Possibly useful in other scenarios where the Android SDK is needed as well.

Visit Fuse Open for more information about Uno and Fuse.

Install

$ npm install android-build-tools -g

This package is suitable for Linux, macOS and Windows (64-bit).

  • Please note that JDK 17 is recommended for Android development.

  • If you're using Fuse SDK v2.3 or lower, you should install android-build-tools@1.x.

  • If you're using Fuse SDK v1.12 or lower, you should install android-build-tools@1.2.0.

Changes since 1.x

  • Requiring minimum JDK 17 for Gradle 8.0 support.
  • No longer installing a specific version of NDK. The right version will be installed when running Gradle.

SDK location

The SDK is installed to one of the locations below.

Host OSLocation
Linux~/Android/Sdk
macOS~/Library/Android/sdk
Windows%LOCALAPPDATA%\Android\sdk

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.

Contributing

Please report an issue if you encounter a problem, or open a pull request if you make a patch.

Keywords

android

FAQs

Package last updated on 28 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts