You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled Exception: PlatformException(error, com.bibtel.MainActivity cannot be cast to androidx.fragment.app.FragmentActivity, null, java.lang.ClassCastException: com.bibtel.MainActivity cannot be cast to androidx.fragment.app.FragmentActivity
how fix it.
me noob in the flutter.
The text was updated successfully, but these errors were encountered:
Go to /android/app/src/main/kotlin(java)/com/**/MainActivity and change:
import io.flutter.embedding.android.FlutterActivity to import io.flutter.embedding.android.FlutterFragmentActivity
and FlutterActivity to FlutterFragmentActivity
in my project , run
FlutterLocker.save(SaveSecretRequest("passCode", "passCodeSecret", AndroidPrompt("Authenticate", "Cancel")));
but get exception under error
Unhandled Exception: PlatformException(error, com.bibtel.MainActivity cannot be cast to androidx.fragment.app.FragmentActivity, null, java.lang.ClassCastException: com.bibtel.MainActivity cannot be cast to androidx.fragment.app.FragmentActivity
how fix it.
me noob in the flutter.
The text was updated successfully, but these errors were encountered: