I\'ve cloned a github repository because I wanted to study the code, but when I tried to build it in Android Studio, I ran into some trouble. After adding the google maven r
Either package it once or not at all:
android { packagingOptions { pickFirst "META-INF/MANIFEST.MF" // exclude "META-INF/MANIFEST.MF" } }