Fork me on GitHub
#cljsrn
<
2018-04-26
>
madstap13:04:00

I'm following https://gadfly361.github.io/gadfly-blog/posts-output/2016-11-13-clean-install-of-ubuntu-to-re-natal/ to set up a rn dev environment, but he is using genymotion for android emulation, which is quite expensive. Can anyone recommend a nice free (as in beer) alternative? (Not that I have any problems paying for software... I might end up using genymotion in any case)

dima14:04:38

Genymotion has free license for personal usage afaik. As an alternative, you could use Android Studio emulator

dima14:04:57

And run re-natal use-android-device avd instead of re-natal use-android-device genymotion

jeaye16:04:26

The Android emulator works well these days; I'd recommed it for most non-game apps.

madstap23:04:01

Thanks! I'll stick to android studio then.