Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meteor JS on Windows, support for iOS and Android

I am wondering if the Windows version of Meteor JS supports developing and running iOS and/or Android apps.

I am hoping it at least supports Android.

like image 224
user1435853 Avatar asked Dec 05 '22 22:12

user1435853


2 Answers

Februar 2016 - it now works with Version 1.3-cordova-beta.5.

You manually have to install

  • jdk (Java)
  • android sdk

Try the release by running meteor update --release 1.3-cordova-beta.5 in your app directory. Afterwards meteor run android-device works just fine

see some more details here https://github.com/meteor/meteor/issues/6050

like image 157
daKmoR Avatar answered Dec 21 '22 10:12

daKmoR


From today it now supports Android, https://github.com/meteor/meteor/issues/6050 It got developed by Sedouard and included inside Meteor 1.3 beta release

like image 37
Thibaud Lacan Avatar answered Dec 21 '22 11:12

Thibaud Lacan