Skip to content
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

Open
BhupinderRana opened this issue Jun 23, 2021 · 5 comments
Open

Android build issue with newer version #308

BhupinderRana opened this issue Jun 23, 2021 · 5 comments

Comments

@BhupinderRana
Copy link

[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.

@BhupinderRana BhupinderRana changed the title merger faild Android build issue with newer version Jun 25, 2021
@RohithKilaparthi
Copy link

RohithKilaparthi commented Jun 25, 2021

Did you find any solution to this? @BhupinderRana

Can you help us with this @jonasbark @ventisep @alexstuckey @ened @philiplindberg @nicowernli

@BhupinderRana
Copy link
Author

Did you find any solution to this? @BhupinderRana

Can you help us with this @jonasbark @ventisep @alexstuckey @ened @philiplindberg @nicowernli

No not yet

@ened
Copy link
Contributor

ened commented Jun 25, 2021

I'd highly suggest to switch to the official stripe plugin.

@riscait
Copy link
Contributor

riscait commented Jul 20, 2021

In my case, I solved it with the following.
#301 (comment)

android/build.gradle

ext.kotlin_version = '1.3.50'

classpath 'com.android.tools.build:gradle:3.5.4'

gradle-wrapper.properties

distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

AndroidManifest.xml

<activity
    android:name="io.flutter.embedding.android.FlutterFragmentActivity"

@jaygadariya
Copy link

In my case, I solved it with the following.
#301 (comment)

android/build.gradle

ext.kotlin_version = '1.3.50'

classpath 'com.android.tools.build:gradle:3.5.4'

gradle-wrapper.properties

distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

AndroidManifest.xml

<activity
    android:name="io.flutter.embedding.android.FlutterFragmentActivity"

it's working in my case, Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants