Hi!
So i am following this guide:
Build a secure payment client for Android devices with the In-App Payments SDK.
I already have the following items on my addtionals:
#AdditionalJar: squareup\card-entry-internals-1.6.6
#AdditionalJar: squareup\aars\card-entry-1.6.6.aar
i have the following code in b4xpages
Dim J As JavaObject
J.initializeContext
Dim jo As JavaObject
jo.InitializeStatic("sqip.CardEntry")
jo.RunMethod("startCardEntryActivity",Array(J))
Error is:
Caused by: android.content.ActivityNotFoundException: Unable to find explicit activity class {b4a.example/sqip.internal.CardEntryActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared <intent-filter>?
thanks!