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
Hello, i am facing this issue and i have done everything according to the documentation provided by the "flutter_stripe" on github.
//************************************************ This is the issue that i face:
I/flutter ( 4010): exception:PlatformException(flutter_stripe initialization failed, The plugin failed to initialize:
I/flutter ( 4010): Your Main Activity class com.app.chasescroll_flutter.MainActivity is not a subclass FlutterFragmentActivity.
I/flutter ( 4010): Please make sure you follow all the steps detailed inside the README: https://github.com/flutter-stripe/flutter_stripe#android
I/flutter ( 4010): If you continue to have trouble, follow this discussion to get some support #538, null, null)#0 JSONMet
hodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:155:7)
I/flutter ( 4010): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:177:18)
I/flutter ( 4010):
I/flutter ( 4010): #2 MethodChannelStripe.initialise (package:stripe_platform_interface/src/method_channel_stripe.dart:43:5)
I/flutter ( 4010):
I/flutter ( 4010): #3 Stripe._initialise (package:flutter_stripe/src/stripe.dart:415:5)
I/flutter ( 4010):
I/flutter ( 4010): #4 Stripe.initPaymentSheet (package:flutter_stripe/src/stripe.dart:318:5)
I/flutter ( 4010): <
I have also changed my build.gradle/app and changed the kotlin version to 1.5.10 and upgraded my minSdkVersion to 21. I am astuck on this issue from 3 days and couldn't find any helping material from github/issues. Kindly guide me if there's any way to solve this. Thanks
The text was updated successfully, but these errors were encountered:
Hello, i am facing this issue and i have done everything according to the documentation provided by the "flutter_stripe" on github.
//************************************************
This is the issue that i face:
I/flutter ( 4010): exception:PlatformException(flutter_stripe initialization failed, The plugin failed to initialize:
I/flutter ( 4010): Your Main Activity class com.app.chasescroll_flutter.MainActivity is not a subclass FlutterFragmentActivity.
I/flutter ( 4010): Please make sure you follow all the steps detailed inside the README: https://github.com/flutter-stripe/flutter_stripe#android
I/flutter ( 4010): If you continue to have trouble, follow this discussion to get some support #538, null, null)#0 JSONMet
hodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:155:7)
I/flutter ( 4010): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:177:18)
I/flutter ( 4010):
I/flutter ( 4010): #2 MethodChannelStripe.initialise (package:stripe_platform_interface/src/method_channel_stripe.dart:43:5)
I/flutter ( 4010):
I/flutter ( 4010): #3 Stripe._initialise (package:flutter_stripe/src/stripe.dart:415:5)
I/flutter ( 4010):
I/flutter ( 4010): #4 Stripe.initPaymentSheet (package:flutter_stripe/src/stripe.dart:318:5)
I/flutter ( 4010): <
//************************************************
This is my Manifest file:
//************************************************
//************************************************
//************************************************
//************************************************
This is my MainActivity.kt file:
package com.app.chasescroll_flutter
import io.flutter.embedding.android.FlutterActivity
import io.flutter.embedding.android.FlutterFragmentActivity
class MainActivity: FlutterFragmentActivity() {
}
//************************************************
//************************************************
I have also changed my build.gradle/app and changed the kotlin version to 1.5.10 and upgraded my minSdkVersion to 21. I am astuck on this issue from 3 days and couldn't find any helping material from github/issues. Kindly guide me if there's any way to solve this. Thanks
The text was updated successfully, but these errors were encountered: