I am trying to write an application for android watch. As following some of the samples available in Android SDK I wrote a service in android watch project which uses the GoogleApiClient
. But as soon as it try to connect to GoogleApiClient
, connection gets failed with the error "service_version_update_required"
Apparently there seems to be no Google Play APK on watch emulator, so even if I follow the GoolgeApiClient
documentation for error handling this does not update the Google Play apk.
Is there a workaround to this problem or do I have to buy the actual hardware watch?