Android : Apache POI duplicate entry: org/apache/xmlbeans/xml/stream/Location.class error
问题 Hi I am getting following error while running my android project : Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: org/apache/xmlbeans/xml/stream/Location.class I have searched about this issue on internet, differenet type of solutions provided few of them as below : 1] Enable multidex, (by doing `multiDexEnabled true`), 2] Remove support library v4 as v7 comes