adb -s emulator-5556 install S:\AS\MyWatch\wear\build\outputs\apk\wear-debug.apk S:\AS\MyWatch\wear\build\outputs\apk\wear-debug.apk: 1 file pushed. 0.5 MB/s (1883889 bytes in 3.409s) pkg: /data/local/tmp/wear-debug.apk Failure [INSTALL_FAILED_DEXOPT]
While installing on new fresh wear emulator I see this log. On a real device all works fine. What the hell is this? The emulator is connected. I just want to test UI.
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.support:wearable:2.0.0'
compile 'com.google.android.gms:play-services-wearable:9.0.2'
}