简体   繁体   English

流星移动开发

[英]Meteor mobile development

I am building a mobile app in meteor. 我正在流星中构建一个移动应用程序。 But the development is very slow. 但是发展非常缓慢。 I am using simulator. 我正在使用模拟器。 But working with Simulator slows the development a lot. 但是与Simulator的合作会大大减慢开发速度。 Making change in the code does not refresh the app quickly, it delays a lot. 在代码中进行更改不会很快刷新应用程序,这会延迟很多时间。 Like, it takes longer if I connect to the real phone. 就像,如果我连接到真实电话,则需要更长的时间。

I am wondering is there any way to develop meteor app in mobile quickly? 我想知道有什么方法可以快速在手机上开发流星应用吗? I wanna speed up the development process. 我想加快开发过程。

I am using android. 我正在使用android。 And the commands that I am using are 我正在使用的命令是

meteor run android //to run in simulator
meteor run android-device// to run in mobile

Try use genymotion simulator. 尝试使用genymotion模拟器。 It is as fast as a real device IMO. 它与真实设备IMO一样快。 Try it. 试试吧。 Should work. 应该管用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM