JosephNK / flutter_kakao_login

A Flutter plugin for using the native Kakao Login SDKs on Android and iOS.
BSD 2-Clause "Simplified" License
35 stars 15 forks source link

D8: Type com.google.android.gms.common.internal.zzf is referenced as an interface from `com.google.android.gms.internal.zzcms`. #12

Closed rocky-concetto closed 4 years ago

rocky-concetto commented 4 years ago

I m getiing the above issue , while trying to run in android, so please let me know solution

JosephNK commented 4 years ago

@rocky-concetto

Hi, rocky-concetto! I think the issue is related to Firebase or FCM.
Please explain it in more detail.

rocky-concetto commented 4 years ago

Hello, thank you for reply , i have not integrate firebase Or FCM , when i install kakao plugin the issue occurs

JosephNK commented 4 years ago

If you create an empty project and then run it after the Kakao plug-in install, does the message appear? I'll check, too.

rocky-concetto commented 4 years ago

sure , plz let me check

rocky-concetto commented 4 years ago

I have check with empty demo but its now working , app is carshed ,without plugin demo works , please see the image, Please help me to integrate in my app Screenshot_2019-07-31-15-24-09-973_com miui home

JosephNK commented 4 years ago

@rocky-concetto

I just tried it by creating a test app.

My test environment is as follows.

The test sequence is as follows.

If crash error is [java.lang.NullPointerException: Argument 'cacheName' cannot be null], you must set kakao_strings.xml. This is an sdk error in kakao.

ps) I don't have Android Mi Device so I can't test it. Sorry :(

rocky-concetto commented 4 years ago

Thanks , I have updated settings and works , but dont know why it can not run in my app

rocky-concetto commented 4 years ago

I have run app on another system and its works