You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
sample project is not building.... it says keystore.gradle file is missing
The text was updated successfully, but these errors were encountered: