Open andynvt opened 1 year ago
Same issue, please help to check this. Thank you!
I'd had the same problem, yet it was solved after I changed FlutterActivity
to FlutterFragmentActivity
.
// android/app/src/main/kotlin/com/example/{your-package-name}/MainActivity.kt
import io.flutter.embedding.android.FlutterFragmentActivity
class MainActivity: FlutterFragmentActivity() {
}
I'd had the same problem, yet it was solved after I changed
FlutterActivity
toFlutterFragmentActivity
.// android/app/src/main/kotlin/com/example/{your-package-name}/MainActivity.kt import io.flutter.embedding.android.FlutterFragmentActivity class MainActivity: FlutterFragmentActivity() { }
Thanks for your help, I try with this but still can't fix it.
You can upgrade NAVER login Android SDK from 5.2.0 to 5.4.0 manually. Guidelines - Korean Yet I'm not sure this could be a solution for this problem.
I have same issue. it works in debug mode and in installed version with apk, but has same problem in release mode uploaded to google play.
Device info: Samsung galaxy note20 - android 13
Flutter doctor -v