失败INSTALL_FAILED_DEXOPT for Android Wear模拟器

时间:2017-05-03 16:32:36

标签: android adb wear-os

  

adb -s emulator-5556安装   S:\ AS \ MyWatch \服装\编译\输出\ APK \耐磨debug.apk   S:\ AS \ MyWatch \ wear \ build \ outputs \ apk \ wear-debug.apk:推送1个文件。   0.5 MB / s(在3.409s中为1883889字节)           pkg:/data/local/tmp/wear-debug.apk失败[INSTALL_FAILED_DEXOPT]

在新的磨损模拟器上安装时,我会看到此日志。在真正的设备上一切正常。这到底是什么?仿真器已连接。我只是想测试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'
}

0 个答案:

没有答案