android studio was getting build error while build execution with following:
Error:Execution failed for task \':app:transformDexArchiveWithExternalLi
Try to add this in gradle
android { defaultConfig { multiDexEnabled true } }