Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AndroidStudio1.5 can't build #31

Open
tenlee2012 opened this issue Feb 17, 2016 · 0 comments
Open

AndroidStudio1.5 can't build #31

tenlee2012 opened this issue Feb 17, 2016 · 0 comments

Comments

@tenlee2012
Copy link

JAVA version 1.8
Android Studio 1.5
build.gradle

defaultConfig {
        applicationId "com.xxxx.handlerdemo"
        minSdkVersion 15
        targetSdkVersion 23
        versionCode 1
        versionName "1.0"
        multiDexEnabled true
    }
dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:multidex:1.0.1'
    compile 'com.android.support:appcompat-v7:23.1.1'
    compile 'info.hoang8f:fbutton:1.0.5'
}

the error message

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
> com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: info/hoang8f/widget/FButton.class

I search on google, but can't work......
How to solve it???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant