摘要:
日常问题整理 记录日常开发中遇到的问题和解决方案,不定期更新。 kotlin使用room时候引发下面错误 error: Entities and POJOs must have a usable public constructor. You can have an empty constructo 阅读全文
摘要:
最近gradle升级了,然后编译就出现了这个错误 Direct local .aar file dependencies are not supported when building an AAR. 然后求助了百度,给出了下面解决方案 在module的build.gradle文件中增加如下内容: 阅读全文