I am using GUI to set the build hint, i have pasted the XML content to value part of android.xapplication key like given below :
android.xapplication= <activity android:name="com.paypal.android.sdk.payments.LoginActivity"/> <activity android:name="com.paypal.android.sdk.payments.PaymentMethodActivity"/> <activity android:name="com.paypal.android.sdk.payments.PaymentConfirmActivity"/> <activity android:name="com.paypal.android.sdk.payments.PayPalFuturePaymentActivity"/> <activity android:name="com.paypal.android.sdk.payments.FuturePaymentConsentActivity"/> <activity android:name="com.paypal.android.sdk.payments.FuturePaymentInfoActivity"/> <activity android:name="io.card.payment.DataEntryActivity"/> On Wednesday, August 3, 2016 at 10:48:21 AM UTC+5:30, Shai Almog wrote: > > How did you set this to the build hint. I just see XML data and not the > build hint. > Did you edit the properties file directly? Are you using the GUI? > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/682fcce9-acbc-4353-bb1e-69a6babd2650%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
