Tap Joy Android Plugin

I recently downloaded the Tap Joy Android Plugin from here: http://knowledge.tapjoy.com/download

But I have been running into several issues. Most notably DLLNotfoundexception: jni, which completely breaks the plugin.

Anyone else had any experience with this kind of error, or with the Tap Joy Plugin?

I think you just don’t have your path set up correctly. You should check out the mobclix plug-in thread at the top of this post. I think some people ran into the same issue.

Thanks for the reply, I’ll look into it!

This error happens when you run it in Unity. If you try to run it on your lovely android, it should work :slight_smile:

Good Luck,
Sheva

From memory the issue was solved by simply updating the Android SDK in Eclipse.

hi everyone, hope you guys are doing fine,

Actually i have integrated the tapjoy for android in unity project, i am using Unity3d ver 4.3, every thing integrated just fine in the first attempt, it is showing me the offer wall and but when i press the test offer and it is showing me that user will get the certain coins, but problem starts now , i am not getting the sucusses message in call back hendler , actually none of the call back handlers are called,

What i have done till now is ,

  1. Imported the tapjoy for android from their website,
  2. Edited the manifest and added permissions and activities which required for tap joy,
  3. Checked that manifest file is in the directory called plugins/Android/manifest.xml
  4. Created Empty game object named “TapBind” with i have attached script which initialises the tap joy and also has a function to show offer wall (also set the object name “TapEvent” as call back handler)
  5. Created Second Empty game object named “TapEvents” which has all the call back handlers added and also methods,.

Note : also attached the File which is the second way i tried to solve the issue, please check the attached file,

1441986–77473–$tapjoymanage.cs (4.65 KB)

hi Dhaval
am having the same problem. have u been able to solve it. thanks