How to prevent Meteor from installing own .android

138 views Asked by At

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?

1

There are 1 answers

0
user3819370 On

Also from Meteor Cordova Phonegap integration:

env USE_GLOBAL_ADK=t meteor run android