John
John

Reputation: 1407

How can i get the paypal jar file for android?

I have searched in https://developer.paypal.com/ can anybody help me to find this and how to integrate the paypal with android please suggest me any usefull links

I tied with this link

http://androiddevelopement.blogspot.in/2011/04/adding-paypal-payment-in-android.html

<activity android:name="com.paypal.android.MEP.PayPalActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:configChanges="keyboardHidden|orientation/>

<uses-permission android:name="android.permission.INTERNET"/>

<uses-permission android:name="android.permission.READ_PHONE_STATE"/>

Upvotes: 1

Views: 2093

Answers (2)

Samarth Kejriwal
Samarth Kejriwal

Reputation: 1176

You can download the jar file from this link.. Jar file for PAYPAL

Upvotes: 0

Manish Lomte
Manish Lomte

Reputation: 329

Download the jar file from provided link and add it in to libs folder - https://www.x.com/sites/default/files/PayPal_MECL_1.0_Android-Developer-Package_0.zip

Upvotes: 2

Related Questions