Reputation: 154
There after, the link which explain how to build an app with meteor and cordova: Meteor Cordova Integration in github
But it seems that it can only be done under linux or iOS. Is it possible to build an app for android under windows 7 ? If it's possible, is there any specific installation to follow? I found that link : Using phonegap cordova from the webstorm site. Installing cordova that way will be compatible with meteor development?
Any information about this subject will be appreciated.
Upvotes: 0
Views: 659
Reputation: 3087
This is possible since 1.3 beta 11:
https://github.com/meteor/meteor/issues/6050
Upvotes: 1
Reputation: 2395
Heres a link to the open issue: https://github.com/meteor/windows-preview/issues/161
Also: https://github.com/meteor/meteor/issues/4155
Until its released, a workaround would be to fire up a Linux or iOS virtual machine and test from there.
Upvotes: 0