1)First go through Paypal Developer web site and create an application.
2)Now open your manifest file and give the below permissions
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"...