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.
我在 github 中找到了一个很好的数据库库,我想在我未来的项目中使用它。在我使用 Aide-ide 将存储库克隆到我的手机内存并设置本地 maven 的路径后,我无法弄清楚如何将它包含在我的项目中。我感谢任何在这方面帮助我的人。
打开应用的 build.gradle 文件并手动添加。开发人员应该在自述文件的某处键入它。它看起来像这样:
implementation 'com.pkmmte.view:circularimageview:1.1'