Cannot send an Asset to an Android Wear device
问题 I'm trying to send an Asset to my Sony SmartWatch3. I followed the Google's documentation (https://developer.android.com/training/wearables/data-layer/assets.html) but it doesn't work. My handheld activity's code : public class MainActivityHandheld extends ActionBarActivity { private GoogleApiClient mGoogleApiClient; private static final String MY_KEY = "com.example.andy.key.mykey"; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);