Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如图所示,我已将google play services lib作为依赖库添加到我的 Android 项目中。
我需要将代码签入到 SVN 。我还需要签入 google play services 项目吗?或者有什么办法可以将 google play services 项目与我的 Android 项目一起打包?
任何帮助将不胜感激。
应该Google Play Services用作. Android Library Project所以你不应该以任何方式包装它。通常我不喜欢在 中提交外部库versioning control system,我更喜欢让每个人在本地克隆和导入库项目。您可以将库项目添加到不同的文件夹中,如果您觉得更方便,可以将其提交到源代码管理中。
Google Play Services
Android Library Project
versioning control system
另一种选择是Maven用于依赖管理。
Maven