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

Keystore Gradle Missing #43

Open
UmairAhmed420 opened this issue Feb 26, 2020 · 2 comments
Open

Keystore Gradle Missing #43

UmairAhmed420 opened this issue Feb 26, 2020 · 2 comments

Comments

@UmairAhmed420
Copy link

sample project is not building.... it says keystore.gradle file is missing

@ursimon
Copy link

ursimon commented Apr 1, 2020

I've experienced the same thing; you need 2 things:

  • comment out //apply from: 'deploy.gradle' from build.gradle of :bubbleshowcase
  • then you will have another issue com.android.dex.DexException: Multiple dex files define BuildConfig; so my way to deal with was editing AndroidManifest.xml of sample project :app modifying package="com.elconfidencial.bubbleshowcase.sample" and then moving MainActivity to sample subpackage you create and fix generated R class issues

hope this helps

seems like this library even it's pretty good is abandoned, which is shame, but understandable

@UmairAhmed420
Copy link
Author

Thanks it works in a charm it made my life easy you are great

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

2 participants