android - Fatal Exception: java.lang.NoClassDefFoundError okio.Okio -


i have integrated paypal service in application using

try {     //paypal     intent intent = new intent(vodactivity.this, paypalservice.class);     intent.putextra(paypalservice.extra_paypal_configuration, config);     startservice(intent);     //paypal     } catch (exception e) {       e.printstacktrace();     } 

and application gradle file looks :

dependencies {     compile filetree(include: ['*.jar'], dir: 'libs')     testcompile 'junit:junit:4.12'     compile 'com.android.support:appcompat-v7:23.1.1'     compile 'com.android.support:design:23.1.1'     compile 'me.drakeet.materialdialog:library:1.2.2'     compile 'com.mcxiaoke.volley:library:1.0.17'     compile 'com.github.bumptech.glide:glide:3.7.0'     compile 'se.simbio.encryption:library:1.2.0'     compile 'com.daasuu:animatehorizontalprogressbar:0.2.0'     compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') {         transitive = true;     }     // loader     compile 'com.wang.avi:library:1.0.0'     compile 'com.nineoldandroids:library:2.4.0'     compile 'com.github.michaelye.easydialog:easydialog:1.4'     compile 'com.michaelpardo:activeandroid:3.1.0-snapshot'     **compile('com.paypal.sdk:paypal-android-sdk:2.13.0') {         exclude group: 'io.card'//disable card io feature scanning card     }**     compile 'com.google.apis:google-api-services-youtube:v3-rev171-1.22.0'     compile files('libs/youtubeandroidplayerapi.jar')     compile files('libs/mediaplayersdk.jar')     compile 'com.google.android.gms:play-services-gcm:8.4.0'  } 

it working find till yesterday evening. getting crash caused "fatal exception: java.lang.noclassdeffounderror okio.okio"

anyone can in that... in advance.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -