Is there any way to run the react native/flutter app on real device or emulate without using android studio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is there any way to run the react native/flutter app on real device or emulate without using android studio

How to run flutter or react native app on real device or emulate it or whatever without using android studio. Basically is there any way to check and see the changes we are making in our app without the help of AS(Android Studio). Reason why I'm saying without A.S. is because it's quite heavy software, and so many people doesn't have required system to run it properly including me. // I'm using vs code as editor Please tell if it is possible.

15th Jul 2021, 1:35 PM
Khilesh Dewangan
1 Answer
+ 2
I don't know about react but for flutter download the sdk from the flutter website and on vs code download dart and flutter plugins on vs code on the device you want to emulate your project on: Go to the device settings, about phone, click the build number 4 times to "become a developer", go to the developer options and turn on usb debugging and connect the device to the computer with vs code open and a debug request should be sent on the phone accept and it should automatically appear on the device / emulator menu bar
15th Jul 2021, 7:07 PM
Stewie
Stewie - avatar