Open UmairAhmed420 opened 4 years ago
I've experienced the same thing; you need 2 things:
//apply from: 'deploy.gradle'
from build.gradle
of :bubbleshowcase
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
Thanks it works in a charm it made my life easy you are great
sample project is not building.... it says keystore.gradle file is missing