-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android build issue with newer version #308
Comments
Did you find any solution to this? @BhupinderRana Can you help us with this @jonasbark @ventisep @alexstuckey @ened @philiplindberg @nicowernli |
No not yet |
I'd highly suggest to switch to the official stripe plugin. |
In my case, I solved it with the following.
ext.kotlin_version = '1.3.50'
classpath 'com.android.tools.build:gradle:3.5.4'
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
<activity
android:name="io.flutter.embedding.android.FlutterFragmentActivity" |
it's working in my case, Thanks |
[com.stripe:payments-core:16.10.0] /Users/zimoinfotechimac1/.gradle/caches/transforms-2/files-2.1/1fc0d3e8399cb8c23bf5976e34b8c8db/payments-core-16.10.0/AndroidManifest.xml:13:9-54 Error:
Missing 'package' key attribute on element package at [com.stripe:payments-core:16.10.0] AndroidManifest.xml:13:9-54
[com.stripe:payments-core:16.10.0] /Users/zimoinfotechimac1/.gradle/caches/transforms-2/files-2.1/1fc0d3e8399cb8c23bf5976e34b8c8db/payments-core-16.10.0/AndroidManifest.xml Error:
Validation failed, exiting
FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered: