> I am trying to add AdMob to my project, but I have a big problem during > the compilation part. Basically I have a script which does all the steps to > generate the APK. When I don't add the AdMob jar, my script works > perfectly, except that javac will throw an error that AdMob is not > declared. But if I add the AdMob jar, like this: > > BTW. I'd strongly recommend using ant for that, standard android SDK generated ant can be easily extended and it's more robust solution for APK deplyment.
-- Bart -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

