R rudystyle Member Licensed User Longtime User Apr 26, 2016 #1 I have attached the jar file. I need to include the file in my project and call two java functions there. PersonaSdk.init (Context applicationContext, String appHash, String userId); PersonaSdk.showOffers (); In AndroidManifest.xml In <application> tag add the following lines: <activity android:name="ly.persona.sdk.OffersActivity"/> Need b4a project that compiles without error and doesn't crash at runtime. Attachments personasdk11.jar 13.5 KB · Views: 245 Last edited: Apr 26, 2016
I have attached the jar file. I need to include the file in my project and call two java functions there. PersonaSdk.init (Context applicationContext, String appHash, String userId); PersonaSdk.showOffers (); In AndroidManifest.xml In <application> tag add the following lines: <activity android:name="ly.persona.sdk.OffersActivity"/> Need b4a project that compiles without error and doesn't crash at runtime.
somed3v3loper Well-Known Member Licensed User Longtime User Apr 26, 2016 #2 Try this after copying personask11.jar to you library folder . And set appHash,userId Attachments PersonaSDK.zip 378.3 KB · Views: 282
DonManfred Expert Licensed User Longtime User Apr 27, 2016 #5 somed3v3loper said: after copying personask11.jar to you library folder Click to expand... ... to you Additional Libs folder! That´s the correct place for additional jars. ;-) Last edited: Apr 27, 2016
somed3v3loper said: after copying personask11.jar to you library folder Click to expand... ... to you Additional Libs folder! That´s the correct place for additional jars. ;-)