Including Google AdMob SDK to use with Ant
问题 I'm using the (new?) AdMob SDK using instructions on this Google site. We are supposed to integrate the GoogleAdMobAdsSdk-4.0.4.jar file into our project. Problem is: how do we do this using Ant? I works fine in Eclipse (it goes automatically into the .classpath file), but with Ant it throws a lot of "cannot find" problems when ant release ing. Where and how do I include the reference to that jar? I suspect I should do it in build.xml , but I'm not sure how. I copy the source folder elsewhere