BubbleShowCase-Android
BubbleShowCase-Android copied to clipboard
Keystore Gradle Missing
sample project is not building.... it says keystore.gradle file is missing
I've experienced the same thing; you need 2 things:
- comment out
//apply from: 'deploy.gradle'frombuild.gradleof:bubbleshowcase - then you will have another issue
com.android.dex.DexException: Multiple dex files define BuildConfig;so my way to deal with was editingAndroidManifest.xmlof sample project:appmodifyingpackage="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
Thanks it works in a charm it made my life easy you are great