msrameshp
msrameshp

Reputation: 636

tizen emulator not connecting to device

Hi I am trying to connect the Tizen Emulator version : 2.3.0 Rev2 to an android device.

I downloaded the files for apk files from here. I have done the port forwarding like shown below before starting the emulator :

adb -d forward tcp:8230 tcp:8230

But even after starting the Emaulator still the HostManagerForEmul shows status as disconnected.

I was following the complete instructions from the youtube video found here.

Upvotes: 1

Views: 979

Answers (2)

Shahzain ali
Shahzain ali

Reputation: 1725

I have same problem, after struggling I have finally connected Here is solution , Go to package manager install both highlighted from extension SDK as shown in picture

Package Manager

after installing connect android phone install apk provided in tutorial and run

adb -d forward tcp:8230 tcp:8230

Now delete emulator and make again, after reboot it will install extension tools and on first boot it will show like this Gear

After that it will reboot again automatically , and on Android side it will show Connected. Done :)

Upvotes: 0

Eric Cloninger
Eric Cloninger

Reputation: 2260

A couple things to try...

  1. If Gear Manager is installed on the Android handset, uninstall it. Gear Manager is not compatible with HostManagerForEmul.
  2. Restart sap-server from the emulator.

Upvotes: 1

Related Questions