App For Sony Smartwatch
sorry for my english :( I get this error when i build my project 01-21 00:27:27.305 20626-20626/ruben.wol.wareable E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: ruben.wol
Solution 1:
See the exception:
java.lang.NoSuchMethodError: android.support.wearable.view.WatchViewStub.requestApplyInsets
I think the version of the library containing android.support.wearable.view.WatchViewStub
, does not have the method requestApplyInsets
. Be sure you are using the correct version.
Example:
compile'com.google.android.support:wearable:1.1.0'
Post a Comment for "App For Sony Smartwatch"