It seems you are following an old method.
Try this:
- Download apks from this link
- After download extract the zip and copy them to the host. And then install the .apk files in the following order:
- SAccessoryService_Emul.apk
- SASystemProviders_ForEmul.apk
After installation, reboot and run the "Emulator for Samsung Accessory" application in the host device. The application will display a "Disconnected" message.

To set up the connection between wearable emulator and host android device:
- Connect the host device and PC using a USB connection.
- Open the terminal or the command prompt in Windows.
- Enter the command: adb -d forward tcp:8230 tcp:8230
- Run the application "Emulator for Samsung Accessory" in the host device.
- In the SDK, run the Emulator Manager and create a wearable emulator and run it.
- If the 'Disconnected' message does not change, restart the emulator with the hardware key or the command
shutdown –r now
. DO NOT use the command reboot.
If you see a "Connected" message, that means you have successfully connected the wearable emulator with the host android device.
