BubbleShowCase-Android icon indicating copy to clipboard operation
BubbleShowCase-Android copied to clipboard

Keystore Gradle Missing

Open UmairAhmed420 opened this issue 6 years ago • 2 comments

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

UmairAhmed420 avatar Feb 26 '20 07:02 UmairAhmed420

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

ursimon avatar Apr 01 '20 06:04 ursimon

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

UmairAhmed420 avatar Jul 20 '20 11:07 UmairAhmed420