CleanCoder
CleanCoder

Reputation: 364

How to connect Android studio with emulators

I am building an Android project now. BTW have no Android phone(just iPhone). So I had 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.

Upvotes: 1

Views: 4960

Answers (2)

CleanCoder
CleanCoder

Reputation: 364

enter image description here

Follow steps:

  1. Click "setting" button.
  2. Select "Other settings".
  3. Drop-down and select "Open remote connection" in ADB debugging.
  4. "Save settings".

And run android studio and select device to LDPlayer to emulator.

Thanks

Upvotes: 8

Mahdi H
Mahdi H

Reputation: 339

Try this emulator : https://www.genymotion.com/ Simple,Fast and Scalable emulator for android.

Upvotes: 3

Related Questions