Missing "<Sdk>/Extras/Google/Google_Play_Services/Libproject" Folder After Update to Revision 30

Missing sdk /extras/google/google_play_services/libproject folder after update to revision 30

Looks like Google just broke down Google Play Services into multiple libraries. You'll find them in <sdk>/extras/google/m2repository/com/google/android/gms, if you also updated Google Repository through the SDK Manager.

The individual libraries are in aar format, so you'll have to extract the jar yourself, if that's what you're after.

Missing google-play-services_lib under sdk /extras/google/google_play_services/libproject/

I end up getting a copy from others, putting it under the path. And now it works fine. (Still, just a workaround.

Google Play Services revision 30 missing version.xml

You can find res/values/values.xml (which contains the google_play_services_version) inside the play-services-basement aar.

google-play-services_lib.jar missing from SDK google_play_services lib folder

I solved it (unbelievable) installing JRE 7 (I had JRE 6 installed) and with a rebuild of all the projects on workspace after the installation.

There is no libproject inside google play services( Rev. 30) in eclipse Juno

You'll find them in /extras/google/m2repository/com/google/android/gms, if you also updated Google Repository through the SDK Manager.

The individual libraries are in aar format, so you'll have to extract the jar yourself, if that's what you're after.

Google play service library Revision 31, not found in Eclipse folder

Maybe the problem is in using Eclipse. Are you aware that Eclicpse is no longer officially supported for Android Development. Using Eclipse may be preventing you to quickly creating apps and finding the necessary resources to build a project.

To migrate to the Android Studio from Eclipse just follow this tutorial from Google developers.

For your problem regarding the library that does not appear on eclipse sdk folder, try the solution in this SO question.

You will find them in <sdk>/extras/google/m2repository/com/google/android/gms, if you also updated Google Repository through the SDK Manager.

The individual libraries are in aar format, so you'll have to extract the jar yourself



Related Topics



Leave a reply



Submit