I am building an Android project now. BTW have no Android phone(just iPhone). So I needed to use any type of Emulator for this.
Now I get LdPlayer(emulator) and Android Studio. Is there any connect Android studio with Emulator? (Don't want Android AVD because heavy and slow.)
Thanks, advanced.
CodePudding user response:
Follow steps:
- Click "setting" button.
- Select "Other settings".
- Drop-down and select "Open remote connection" in ADB debugging.
- "Save settings".
And run android studio and select device to LDPlayer to emulator.
Thanks