I am trying to install wear apk into wear emulator via USB mobile device.
I created the wear apk having the same package name and added the signed wear apk into the raw folder of the device sdk. Also add the XML:
<wearableApp package="com.xxx.xx.xx">
<versionCode>6</versionCode>
<versionName>1.0.1</versionName>
<rawPathResId>xxx_wear</rawPathResId>
</wearableApp>
and mentioned in the manifest
<meta-data android:name="com.google.android.wearable.beta.app"
android:resource="@xml/wearable_app_desc"/>
By using Android wear app in the device, I connected the wear emulator by the mobile device.
But when I try to install/debug apk it is not showing in the wear emulator.