java.lang.NoClassDefFoundError: Could not initialize class com.mapbox.mapboxsdk.views.NativeMapViewdependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:design:23.1.0'
compile 'com.mcxiaoke.volley:library:1.0.19'
compile('com.crashlytics.sdk.android:crashlytics:2.5.2@aar') {
transitive = true;
}
compile 'com.mixpanel.android:mixpanel-android:4.6.4'
compile 'com.google.android.gms:play-services:6.5.87'
compile 'commons-io:commons-io:2.0.1'
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:2.2.0@aar'){
transitive=true
}
testCompile 'junit:junit:4.12'
testCompile 'org.hamcrest:hamcrest-library:1.3'
testCompile 'org.apache.maven:maven-ant-tasks:2.1.3' // fixes issue on linux/mac
testCompile 'org.robolectric:robolectric:3.0'
testCompile 'org.robolectric:shadows-play-services:3.0'
testCompile 'org.robolectric:shadows-support-v4:3.0'
testCompile ('com.mapbox.mapboxsdk:mapbox-android-sdk:2.2.0@aar'){
transitive=true
}
}compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:2.2.0@aar'){
transitive=true
}The same error from your first post or a different error?
--
You received this message because you are subscribed to a topic in the Google Groups "Robolectric" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robolectric/6roTw-50et4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robolectric...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It's the same error.
On Tue, Nov 10, 2015 at 8:56 PM Nico Küchler <kuchl...@gmail.com> wrote:
The same error from your first post or a different error?--
You received this message because you are subscribed to a topic in the Google Groups "Robolectric" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robolectric/6roTw-50et4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robolectric+unsubscribe@googlegroups.com.