当前位置:网站首页>Some problem records of AGP gradle
Some problem records of AGP gradle
2022-07-06 03:05:00 【ExtraLazy】
AGP Gradle Some of the problem records
7.0.4 Version environment , as: Build #AI-211.7628.21.2111.8139111, built on February 2, 2022
allprojects {
configurations.all {
resolutionStrategy.dependencySubstitution {
//project&module Dependency switching processing
substitute(project(":--hw_modules:lib_motherboard_Haitianxiong")) using(module("cn.mashang.hw_modules:lib_motherboard_Haitianxiong:1.1.5")) // Correct
//substitute(module("cn.mashang.hw_modules:lib_motherboard_Haitianxiong:1.1.5")) using(project(":--hw_modules:lib_motherboard_Haitianxiong")) FALSE
}
}
}
Error message , It looks forced , I had an idea to switch over
Could not determine the dependencies of task ':VScreen:compileVscreen_baseDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':VScreen:vscreen_baseDebugCompileClasspath'.
> Could not resolve cn.mashang.hw_modules:lib_motherboard_Haitianxiong:1.1.5.
Required by:
project :VScreen
> No matching configuration of project :--hw_modules:lib_motherboard_Haitianxiong was found. The consumer was configured to find an API of a component, preferably optimized for Android, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug', attribute '220211' with value 'vscreen_base' but:
- None of the consumable configurations have attributes.
The official introduction , The writing is also wrong
The online configuration method is also wrong
The specific reason should be the version change
边栏推荐
- Codeforces 5 questions par jour (1700 chacune) - jour 6
- 电机控制反Park变换和反Clarke变换公式推导
- My C language learning records (blue bridge) -- files and file input and output
- Elimination games
- I sorted out a classic interview question for my job hopping friends
- Taobao focus map layout practice
- Differences and usage scenarios between TCP and UDP
- #PAT#day10
- 如何精准识别主数据?
- 深度解析链动2+1模式,颠覆传统卖货思维?
猜你喜欢
I sorted out a classic interview question for my job hopping friends
4. File modification
1. Dynamic parameters of function: *args, **kwargs
故障分析 | MySQL 耗尽主机内存一例分析
Reverse repackaging of wechat applet
淘宝焦点图布局实战
My C language learning record (blue bridge) -- under the pointer
RobotFramework入门(一)简要介绍及使用
2022工作中遇到的问题四
[kubernetes series] learn the exposed application of kubernetes service security
随机推荐
Game theory matlab
MySQL advanced notes
IPv6 jobs
Codeforces 5 questions par jour (1700 chacune) - jour 6
Apt installation ZABBIX
Web security SQL injection vulnerability (1)
Atcoder beginer contest 233 (a~d) solution
【指针训练——八道题】
tcpdump: no suitable device found
Audio-AudioRecord Binder通信机制
2.13 simulation summary
How to accurately identify master data?
华为、H3C、思科命令对比,思维导图形式从基础、交换、路由三大方向介绍【转自微信公众号网络技术联盟站】
[network security interview question] - how to penetrate the test file directory through
C # create self host webservice
Network Security Learning - Web vulnerabilities (Part 1)
NR modulation 1
jsscript
如何做好功能测试
Redis SDS principle