I am trying to integrate PayPal using paypalsdk.jar
in my android project.
When I am running project, noclassdeffounderror is coming with this package noclassdeffounderror:com.paypal.sdk.paymentactivity.In my log end of line noclassfoundexcetion also coming I import my paypalsdk2.9.3.jar in right click my project --> properties --> java build path ---> add external
library --> browse jar location --> add paypalsdk2.9.3.jar
and I checked in import and export tab.
In this case also its not running and my app crashing. sometimes am getting Unable to execute dex: Cannot merge new index 65992 into a non-jumbo instruction! and Conversion to Dalvik format failed: Unable to execute dex: Cannot merge new index 65992 into a non-jumbo instruction!
How to clear this issue and how I can make payment using PayPal. Thanks