How to connect Android Emulator to Android Studio to Run Android app Directly (Bluestack or LDPlayer
Step by Step to connect Android Emulator to Android Studio and Run android app Directly
Let’s gradle build complete.
We can run our app on physical and emulator devices.
Today, we will know how to run app on android emulator..
Let’s begin….
Create a virtual device i.e. Emulator
This service is provided by google.
But this emulator size is big and requires lot of RAM.
So, we will go to another option. Download LDPlayer android emulator.
It is small in size and hence takes less RAM and GPU.
It also allow us to install any .apk file or download any app from PLAY STORE.
Now our emulator is ready. Now we have two options to run our app from android studio.
CHOICE -1:
Create an apk file of our app and run in emulator… Its running fine.
But it a long process.
CHOICE – 2:
We will connect our emulator in android studio through ADB (Android Data Bridge) commands.
Then directly run the app.
Emulator is connected to android studio and it will directly install and run app on emulator
let’s wait and confirm….
All working Fine! Thanks for watching. Please subscribe for more……..
Views :2835
android emulator