有人可以解释一下Android Support Repository vs Android Support Library vs Google Repository vs Google Play Services有什么区别?
我的理解是,Google Repository 与 Google Play Services 相同,只是将所有 api 分开(与经典的播放服务相比,后者是一个包含所有内容的大 jar),并且更适合在 android studio 中使用,因为现在您可以准确选择您要编译什么 api(例如 'com.google.android.gms:play-services-ads:+')与依靠 proguard 在构建时剥离不需要的 api。
我对吗?
Android Support Repository 与 Android Support Library 怎么样?