简体   繁体   English

Google Play服务库修订版31,在Eclipse文件夹中找不到

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

I am using Eclipse ADT and I'm attempting to find the latest Google Play Services library Google Play Services Library Revision 31 , but this library does not appear on the Eclipse SDK folder; 我正在使用Eclipse ADT,并且试图找到最新的Google Play服务库Google Play服务库修订版31 ,但是该库未出现在Eclipse SDK文件夹中; where can I find this library to download manually? 在哪里可以找到要手动下载的库?

Maybe the problem is in using Eclipse. 也许问题出在使用Eclipse。 Are you aware that Eclicpse is no longer officially supported for Android Development . 您是否知道Android开发不再正式支持Eclicpse Using Eclipse may be preventing you to quickly creating apps and finding the necessary resources to build a project. 使用Eclipse可能会阻止您快速创建应用程序并找不到必要的资源来构建项目。

To migrate to the Android Studio from Eclipse just follow this tutorial from Google developers. 要从Eclipse迁移到Android Studio,只需遵循Google开发人员的本教程即可

For your problem regarding the library that does not appear on eclipse sdk folder , try the solution in this SO question . 对于与eclipse sdk文件夹中未出现的库有关的问题 ,请尝试此SO问题中的解决方案。

You will find them in <sdk>/extras/google/m2repository/com/google/android/gms , if you also updated Google Repository through the SDK Manager. 如果您还通过SDK Manager更新了Google Repository,则会在<sdk>/extras/google/m2repository/com/google/android/gms找到它们。

The individual libraries are in aar format , so you'll have to extract the jar yourself 各个库均为aar format ,因此您必须自己提取jar

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM