1

Meteor installs its own bundle of Android devices in ~/.meteor/android_bundle/.android. But actually there is already a copy of that in ~/.android.

Since it takes more than 1GB of space, does it make sense to have two different copies and if not, can you somehow tell Meteor to take the ~/.android folder files instead?

user3819370
  • 513
  • 1
  • 6
  • 15

1 Answers1

1

Also from Meteor Cordova Phonegap integration:

env USE_GLOBAL_ADK=t meteor run android

user3819370
  • 513
  • 1
  • 6
  • 15