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.
我需要在我的应用程序上实现一个新工具,该工具需要一个外部库。当我将项目与 gradle 中的新库同步时,我得到了一个无法解析符号。
这就是我想要的外部库:
implementation 'com.vwo:mobile:2.5.0@aar'
模拟错误后,即使删除库我也无法构建项目。错误继续。我需要备份并再次执行所有操作。我在其他项目上使用过这个库,从来没有遇到过这个问题
有什么帮助吗?