Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.41 KB

requirements.md

File metadata and controls

26 lines (19 loc) · 1.41 KB
nav-title title description position
Requirements
Requirements
NativeScript Android Runtime Requirements
2

System Requirements

The recommended ways to create NativeScript Applications is either through the Command-Line Interface (CLI) or through the Telerik AppBuilder.

Supported API Levels

The Android Runtime is built against API level 17. The currently available metadata is based on API level 17. Additionally, using the metadata-generator tool you may generate your own metadata for the latest API level 21.

Note: You may not use APIs that are not present in the generated metadata from JavaScript. Still, you may build your application using higher API level given you are compatible with the metadata API level.

Supported Application Binary Interfaces (ABI)

Currently supported are the following CPU instruction sets:

armeabi-v7a

This is an ARM-based CPU instruction set that extends the standard ARM one and adds support for hardware floating-point support and multiple CPU cores.

x86

This is an Application Binary Interface (ABI) that supports the instruction set commonly named x86 or IA-32.

x64

Coming soon