Eclipse: Android Dependencies
I have update Google AdMob in my project from 6.2.1 to 6.4.1 but somehow eclipse fails. You can see it here: Here is the error messag Archive for required library: 'C:/Users/.../l
Solution 1:
Go To
Project-->BuildPath-->in library tab-->click Add external jars-->
Move to YourSdk_directory\extras\google\admob_ads_sdk
Solution 2:
Just remove the GoogleAdMobAdsSdk-6.2.1.jar from the library and again add it.. Then Refresh the project and clean it and then check..
Solution 3:
Well if you have updated from 6.2.1 to 6.4.1 then why is that 6.2.1 jar file still there in your referenced library. Remove that jar file from there.
Also check that 6.4.1.jar in Import and export section
Solution 4:
I had the same issue, but not after getting the new Admob jar but after updating to latest Android SDK, I solved it by creating a libs folder manually into the project file and copy pasted the library into it straight away. after that it worked perfectly.
Post a Comment for "Eclipse: Android Dependencies"