Reputation: 447
Can I Build a meteor android app in cloud 9.
meteor add-platform android
Because Im running on windows or should I install linux and run
curl https://install.meteor.com/ | sh
and build it locally.
Upvotes: 0
Views: 112
Reputation: 5522
You can build a Meteor app on Cloud9 using any version of Meteor. See Meteor on Cloud9.
Upvotes: 0
Reputation: 940
If you want to build android app on Windows you need to be using the meteor 1.3 release beta which you can install by running meteor update --release 1.3-cordova-beta.5
in your project folder - Details on this release
Prior to 1.3 you will need to build the app on a linux machine
Upvotes: 1