如何解决 运行 android 我的 NativeScript 应用程序中的问题?
How to fix the issue in running my NativeScript app in android?
我在终端中输入:tns 运行 android 弹出默认模拟器 API23,但它没有安装我的应用程序,而是我收到 below.Unlike 所述的错误,当我 运行 它在 IOS 模拟器中 运行 没有任何错误。
Cannot run your app in the native emulator. Increase the timeout of
the operation with the --timeout option or try to restart your adb
server with 'adb kill-server' command. Alternatively, run the Android
Virtual Device manager and increase the allocated RAM for the virtual
device.
任何帮助将不胜感激?谢谢!
Yes! I just solved my issue by downloading emulator in my Android
Virtual Device Manager. And I run my Nativescript application in
android. It worked. If you have the same problem I stated above,
please check in your Android Virtual Device Manager if you haven't
downloaded emulator first. Make sure you download the latest emulator.
我在终端中输入:tns 运行 android 弹出默认模拟器 API23,但它没有安装我的应用程序,而是我收到 below.Unlike 所述的错误,当我 运行 它在 IOS 模拟器中 运行 没有任何错误。
Cannot run your app in the native emulator. Increase the timeout of the operation with the --timeout option or try to restart your adb server with 'adb kill-server' command. Alternatively, run the Android Virtual Device manager and increase the allocated RAM for the virtual device.
任何帮助将不胜感激?谢谢!
Yes! I just solved my issue by downloading emulator in my Android Virtual Device Manager. And I run my Nativescript application in android. It worked. If you have the same problem I stated above, please check in your Android Virtual Device Manager if you haven't downloaded emulator first. Make sure you download the latest emulator.