monk
monk

Reputation: 4825

How to install android sdks manually for meteor

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

Answers (1)

Chris Franklin
Chris Franklin

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

Related Questions