So all we know that google sent us as devlopers an email telling us that we have to upgrade the Google Play Services in order to ensure that ads keeps serving in our app and they shows in the email the way how we can upgrade in android studio But i have some apps made by eclipse how can i upgrade to the latest update to ensure that the ads keeps working ? i used to use Google Play Services version 4 Thank you
Asked
Active
Viewed 1,940 times
1
-
How did you do it the first time? I would repeat the same process – Eenvincible Jul 24 '16 at 17:39
-
i just import the lib to my project in eclipse . but now i don't have the updated library – ilias chahboun Jul 24 '16 at 17:40
-
Android SDK enables you to download the latest Google libraries; so you should be able to do that in SDK Manager – Eenvincible Jul 24 '16 at 17:42
-
Also seriously consider moving your project to Android Studio for future development – Eenvincible Jul 24 '16 at 17:44
-
But in the firt i was able to find a folder named google-play-services_lib but now even when i updated the sdk i do not find it in the sdk folder – ilias chahboun Jul 24 '16 at 17:46
-
How much work will it take you to move to Android Studio? Because even doing it in Eclipse is a temporary fix – Eenvincible Jul 24 '16 at 17:50
-
yes but i have some apps in the store using the google ads . so have to make an update for each one to make sure that the ads keeps working after sept . and thank you for your answers – ilias chahboun Jul 24 '16 at 17:50
-
So you telling me that i can import the eclipse project to android studio ??? – ilias chahboun Jul 24 '16 at 17:54
-
Of course, you can easily do that but of course you will need to switch to using Gradle dependency manager which is much easier – Eenvincible Jul 24 '16 at 17:55
-
but how can i convert an eclipse project to gradle ?? – ilias chahboun Jul 24 '16 at 17:57
-
1http://stackoverflow.com/questions/22791150/how-do-you-import-an-eclipse-project-into-android-studio-now – Eenvincible Jul 24 '16 at 18:00
-
1thank you Eenvincible for your time – ilias chahboun Jul 24 '16 at 18:03
-
I hope you get it fixed; with Gradle, you will simply be changing the version number in one place and done with Google Play Services – Eenvincible Jul 24 '16 at 18:05
-
I hope So Thank you again – ilias chahboun Jul 24 '16 at 18:22