Error importing Stripe library into Eclipse

Following the guide: https://stripe.com/docs/mobile/android

I just download the stripe-android library .

Every time I go to import it into Eclipse, I get an error message to delete the main one . I deleted the main one, but still got an error.

This is mistake:

enter image description here

+3
source share
2 answers

I had the same error. I did not have an Android SDK with an API level . I turned it on and then tried to import again and it worked.

0
source

Installation

1- stripe-android.
2. , Android SDK API 17 android-v4
3- Eclipse.
4- "" "Android".

0

All Articles