Reputation: 4825
I have really poor internet connection. Is there any way that i could download it form google server and install the sdks for android manually? I tried many times from
meteor install-sdk android
command, but my poor network gets in the way.
How do i download and configue the sdks for android manually for Meteor mobile?
Upvotes: 0
Views: 528
Reputation: 4004
From the wiki:
env USE_GLOBAL_ADK=t meteor run android # will run android and adb from global PATH
So you can install an ADK at your own leisure and make Meteor use it.
Upvotes: 1