I was getting this weird error on my google developer console. So i used google Cloud Test Lab to See whats really happening. turns out my app is failing on almost all devic
I hope it's not too late. Firebase was causing trouble, so I excluded it. I just added this on the module gradle:
configurations { all*.exclude group: 'com.google.firebase', module: 'firebase-common' }