【发布时间】:2016-09-10 19:06:21
【问题描述】:
我正在尝试彻底检查我使用标准数据层的 Android Wear 应用程序以使用 Teleport 库。
我收到以下错误。
java.lang.IncompatibleClassChangeError: The method 'void com.google.android.gms.common.api.GoogleApiClient.connect()' was expected to be of type interface but instead was found to be of type virtual (declaration of 'com.mariux.teleport.lib.TeleportClient' appears in /data/app/it.cnr.isti.doremi.sleeplogger-2/base.apk)
at com.mariux.teleport.lib.TeleportClient.connect(TeleportClient.java:68)
我该如何解决这个问题?
【问题讨论】:
标签: java android wear-os android-wear-data-api