java.lang.NullPointerException (no error message)

前端 未结 11 2223
北恋
北恋 2020-11-28 06:10

I know that this question of mine has been asked many times and I did follow most of the answers but none of those helped me. So this is my problem, whenever I sync my proje

11条回答
  •  粉色の甜心
    2020-11-28 07:00

    Remove below lines from dependency's, because already you compile complete play services dependency

        compile 'com.google.android.gms:play-services-location:9.4.0'
        compile 'com.google.android.gms:play-services-appindexing:9.4.0'
    

提交回复
热议问题