Local .aar file dependencies are not supported when building an AAR file. This means that if you include a local .aar file as a dependency in your project, the resulting AAR file will be incomplete and may not work as expected.\n\nWhen you build an AAR file, it should include all the necessary classes and resources from its dependencies. However, if you have a local .aar file as a dependency, the build process will not be able to access the classes and resources from that file.\n\nTo resolve this issue, you should consider using remote dependencies instead of local .aar files. Remote dependencies can be downloaded from a repository during the build process, ensuring that all the necessary files are included in the resulting AAR file.\n\nIf you need to include a local .aar file in your project, you may need to find an alternative solution, such as extracting the necessary classes and resources from the .aar file and including them directly in your project.

AAR 文件构建中不支持本地 .aar 文件依赖关系

原文地址: https://www.cveoy.top/t/topic/pWRL 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录