I’m starting to program in React Native. What is the best software to emulate android? and to edit lines of programming

Asked

Viewed 173 times

0

As mentioned above, I’m starting to program apps for Mobile, and I’m having a lot of doubts, one of them and the fact that I watched a tutorial on how to install React and so on... In which the author says that Android Studio is necessary, but he doesn’t even use it to emulate the Operating System... Please help me!

1 answer

1

You can use the Genymotion, he is the lightest of all and this hyperlink leads to the download of the free version(Funzone).

You can also opt for the ADV(Android Virtual Device) provided by android studio, but this one consumes many machine resources.

You can choose the IDE Visual Studio Code as an edition. It has "auto complete" for many programming languages and fmw, including some of these you will use to create an RN app, such as: Json, Typescript, Pure Javascript, ES15+, Redux and so on...

If your teacher says you don’t need Android Studio to emulate the system, he meant that does not need in parts. The android studio through their SDK’s will create an image of a SO android with the specifications you chose as well as the hardware settings, and then only be responsible for startar a AVD and can close it quietly... If you set up right your development environment it will be enough to execute

React-Native run-android

and he stará to AVD automatically

Browser other questions tagged

You are not signed in. Login or sign up in order to post.