Skip to content

NoClassDefFoundError #25

@dennispriess

Description

@dennispriess

I got the project running with Android Studio but it seems there are some references missing :

    java.lang.NoClassDefFoundError: com.twotoasters.clusterkraf.ClusterTransitionsAnimation

at com.twotoasters.clusterkraf.Clusterkraf.(Clusterkraf.java:56)

My build.gradle file

apply plugin: 'android-library'


repositories {
    mavenCentral()
}


dependencies {
compile group: 'com.google.android.gms', name: 'play-services', version: '3.1.36'

    compile files('libs/nineoldandroids-2.4.0.jar')
}

android {
    compileSdkVersion 17
    buildToolsVersion "17.0.0"

    sourceSets {
        main {
            manifest.srcFile 'AndroidManifest.xml'
            java.srcDirs = ['src']
            res.srcDirs = ['res']
        }
    }
}

Would be great to get some Feedback :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions