2016-09-10 5 views
0

私はTeleport Libraryを使用するために標準データレイヤーを使用していたAndroid Wearアプリケーションをオーバーホールしようとしています。Android 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)

どのように私はこの問題を解決するのですか?

答えて

関連する問題