handiansom
handiansom

Reputation: 783

How to fix the issue in running my NativeScript app in android?

I typed : tns run android in the terminal and the default emulator API23 popsout but it did not install my app instead I got an error as stated below.Unlike when i run it in IOS simulator which runs without any error.

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.

Any help would be appreciated? Thanks!

Upvotes: 0

Views: 253

Answers (1)

handiansom
handiansom

Reputation: 783

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.

Upvotes: 1

Related Questions