0

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. 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. And the commands that I am using are

meteor run android //to run in simulator
meteor run android-device// to run in mobile
Juvenik
  • 900
  • 1
  • 8
  • 26
  • Refer to this link , http://stackoverflow.com/questions/2662650/making-the-android-emulator-run-faster – Faheem Jul 24 '15 at 11:11

1 Answers1

0

Try use genymotion simulator. It is as fast as a real device IMO. Try it. Should work.

Karol Żygłowicz
  • 2,442
  • 2
  • 26
  • 35