- Home /
Admob Plugin
I'm trying to compile my plugin using ant create-jar. I get this error:
/Users/cgriffith/FanBoy heyzap lite/Assets/Plugins/Android/src/com/oyo/FanBoyLite/GAdMobAndroidActivity.java:15: package com.unity3d.player does not exist [javac] import com.unity3d.player.*; [javac] ^
in my ant.properties file I have: external.libs.absolute.dir=/Applications/Unity/Unity.app/Contents/PlaybackEngines/AndroidPlayer/bin
I can't figure out why it cant find the com.unity3d.player package.
PLEASE HELP
Answer by neatplug · Jan 12, 2013 at 09:05 AM
You need to have the Unity android support jar in your classpath. You can find that jar file at /Applications/Unity/Contents/PlaybackEngines/AndroidPlayer/bin/classes.jar.
Or, to save your valuable time. there are inexpensive but good plugins provided at http://www.neatplug.com. Hope this helps.
EDIT: We now have a trial version for those who need Admob in their projects. The package works seamlessly on both iOS and Android platforms, all you gotta do is a drag & drop.
Download it at http://www.neatplug.com/trial?p=p-u3d-admobaduniversal .
Answer by marvelshaan · Nov 20, 2014 at 06:22 AM
i purchased admob neatplugin and very easy integration for banners and interstitial ads.no bugs.
i used
https://play.google.com/store/apps/details?id=com.AcidCoffe.PixelBoyRunner2
Your answer
Follow this Question
Related Questions
Hide/Show Admob View Android plugin 0 Answers
play sevices resolver not present in assets. 0 Answers
Editing Android Plugins 0 Answers
Admob official plugin no internet connection problem. 1 Answer
Using Ad plugins on Android leads to extra crashes 0 Answers