houkx / android-pluginmgr

apk plug apkplug apk load
1.58k stars 545 forks source link

Duplicate entry #4

Closed rokasjasonas closed 9 years ago

rokasjasonas commented 9 years ago

Error:Execution failed for task ':app:packageAllReleaseClassesForMultiDex'.

java.util.zip.ZipException: duplicate entry: android/widget/ViewStub$OnInflateListener.class

can't compile. lib contains same class as Android

houkx commented 9 years ago

do you use the PlugLoadDemo ?

rokasjasonas commented 9 years ago

I used libs from PlugLoadDemo and code lines from tutorial in main page

houkx commented 9 years ago

did you have another jar contains class: android.widget.ViewStub

rokasjasonas commented 9 years ago

maybe support or appcompat

On Wed Feb 04 2015 at 15:40:46 houkx notifications@github.com wrote:

did you have another jar contains class: android.widget.ViewStub

— Reply to this email directly or view it on GitHub https://github.com/houkx/android-pluginmgr/issues/4#issuecomment-72855449 .

houkx commented 9 years ago

if so, you can remove the android/widget/ViewStub.class and it's subclass such as android/widget/ViewStub$OnInflateListener.class... from pluginmgr-xx.jar

houkx commented 9 years ago

experiment brach has fix it