Currently i am working simple PayPal integration in Android, So i set the Manifest.xml file like
<activity android:name="com.paypal.android.MEP.PayPalActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:configChanges= "keyboardHidden|orientation"/>
But the error comes in SamplePaypal/AndroidManifest.xml:
Element type "activity" must be followed by either attribute specifications, ">" or "/>".
How to fix this issue, can u please help me
Thanks