Android Wear (Watch) automation using Apium

I am trying to Automate Android wear application (Hotel locator app) available for both Android Watch and Mobile device. I have paired my device with watch emulator (adb -s forward tcp:5601 tcp:5601). On watch emulator when I am clicking on Hotels option manually, it displays the nearby hotel data. However when I am trying to do the same through Appium script it is just showing the loading icon. I have invoked Appium server on ports 4723 for Android wear emulator and port 4724 for Android Physical Device. Any help will be appreciated.

@MobilityTester
Please check the app package and app activity that you are using to start your application.