【发布时间】:2019-05-16 12:18:41
【问题描述】:
我想在一个 android 模拟器上预览我的 nativescript 代码,当我使用命令行时,我导航到我的应用程序文件夹,该文件夹成功但是当我键入“tns preview”来运行一个 android 模拟器来查看我的我得到的实际代码
Found peer TypeScript 3.1.6
#
# Fatal
process OOM in insufficient memory to create an Isolate
#
TypeScript compiler failed with exit code 3221225477
安卓模拟器连接成功,连nativescript都注意到模拟器了,请问怎么办
我已经尝试使用 Nativescript 助手来启动模拟器,但是 nativescript 看到了 android 模拟器并且它没有报告错误指示,但是当我选择 android 模拟器并单击“在设备上运行”时,我得到了
Build failed. TypeScript compiler failed with exit code 3221225477
即使我尝试使用我的 android 设备进行预览,我安装了 nativescript 游乐场和 nativescript 预览,但如果我扫描 QR 码它没有预览,请帮忙
我需要一个解决方案
【问题讨论】:
标签: android nativescript emulation device