Android Teleport Library。不兼容的类更改错误

时间:2016-09-10 19:06:21

标签: java android wear-os android-wear-data-api

我正在尝试对使用标准数据层的Android Wear应用程序进行大修,以使用Teleport Library。

我收到以下错误。

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)

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

请尝试通过在模块和模块中的build.gradle文件中添加依赖项来设置Teleport Library:

compile 'Teleport:teleportlib:0.1.4'

有关详细信息,请查看GitHub中的Teleport Library SetupTeleport - Data Sync & Messaging Library for Android Wear