I'm integrating stripe payment on my new Android app.
I downloaded the stripe library project from git hub(https://github.com/stripe/stripe-android/archive/master.zip) and imported it into Eclipse.
After that I have included this library project in my project.
When I start running the app on my device, I'm getting following error.
[2014-10-04 00:08:03 - stripe] Could not find stripe.apk!
After running, I get Exception in Stripe call.
10-04 00:16:29.106: E/AndroidRuntime(26379): java.lang.NoClassDefFoundError: com.stripe.android.model.Card
Thank you.