Reputation: 1947
I'm trying meteor at this times. I wrote sample app and working correctly but when I trying run my app in android mode, I got an error on terminal screen.
Terminal screenshot below
What I doing wrong?
Thanks in advance.
Upvotes: 1
Views: 243
Reputation: 4002
You need to run meteor add-platform android
and then you can use meteor run android
.
Upvotes: 1