我正在尝试对使用标准数据层的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)
我该如何解决这个问题?
答案 0 :(得分:0)
请尝试通过在模块和模块中的build.gradle
文件中添加依赖项来设置Teleport Library:
compile 'Teleport:teleportlib:0.1.4'
有关详细信息,请查看GitHub中的Teleport Library Setup和Teleport - Data Sync & Messaging Library for Android Wear。