Android开发报错:GoogleApiClient.isConnected()' was expected to be of type interface but instead was ...

    开发安卓软件的时候,将google play service 从7.X版本升级到 8.X版本的时候项目可能会报错:

The method 'boolean com.google.android.gms.common.api.GoogleApiClient.isConnected()' was expected to be of type interface but instead was found to be of type virtual...

   这是因为项目的某个依赖模块也用到了google play service ,但是却没有升级造成的,这个时候我们只要升级依赖模块的google play service,或者降级我们主模块的google play service到7.X,问题即可解决。

  


版权声明:本文为gh8609123原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。