-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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
Labels
No labels