Mudanças entre as edições de "Instalando NativeScript"

De Basef
Ir para: navegação, pesquisa
Linha 12: Linha 12:
 
https://docs.nativescript.org/angular/start/ns-setup-linux#system-requirements
 
https://docs.nativescript.org/angular/start/ns-setup-linux#system-requirements
  
 +
 +
3) Set up Android Virtual Devices (AVD):
 +
 +
* If you happen to have an Android device and are willing to use it for development, then [https://developer.android.com/studio/run/device.html#developer-device-options configure] the device to allow development on the device. Check for these [https://developer.android.com/studio/debug/dev-options.html instructions] online.
 +
 +
* If not you can set up an Android Virtual Device (AVD) on your computer by following the [https://docs.nativescript.org/tooling/android-virtual-devices instructions] online. Note that the emulators may be quite slow running on your computer.
  
  
 
[[Category: NativeScript]]
 
[[Category: NativeScript]]

Edição das 21h38min de 8 de maio de 2018

1) First, install the `tns` program:

sudo npm install -g nativescript

Try appending -f if you get `fsevent` errors.


2) Install Android and iOS requirements:

https://docs.nativescript.org/angular/start/ns-setup-linux#system-requirements


3) Set up Android Virtual Devices (AVD):

  • If you happen to have an Android device and are willing to use it for development, then configure the device to allow development on the device. Check for these instructions online.
  • If not you can set up an Android Virtual Device (AVD) on your computer by following the instructions online. Note that the emulators may be quite slow running on your computer.