I am using airpush ad service in my app and when you see in their documentation, they ask you to add google play services lib in the app for proper running of the ads.
Now I add the lib via, right click > properties>android>add lib.
The problem is now when I try to run the app on my kitkat 4.4.4 mobile, eclipse is stuck on installing process.
Whereas when I remove the google play services library from the app, the installation happens smoothly and the app is running perfectly just not showing any ads.
Any ideas?