[NativeScript] Create new application and run emulator
Posted Answer1215
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[NativeScript] Create new application and run emulator相关的知识,希望对你有一定的参考价值。
Install:
npm i -g nativescript
Create:
tns create <app_name> --ng
Run:
tns emulate ios
List all emulators:
xcrun simctl list
Run a different emulator:
tns emulate ios --device "iPad Air 2"
以上是关于[NativeScript] Create new application and run emulator的主要内容,如果未能解决你的问题,请参考以下文章
Windows PowerShell在Windows 10上安装NativeScript
如何在 D 盘中自定义安装 NativeScript ios/Android 要求?
解决OutOfMemoryError: unable to create new native thread