当前位置:网站首页>Could not get unknown property ‘*‘ for SigningConfig container of type org. gradle. api. internal
Could not get unknown property ‘*‘ for SigningConfig container of type org. gradle. api. internal
2022-06-26 05:20:00 【Cola Kolo】
Problem description
There is an exception prompt during compilation

Cause analysis :
Not a statement signingConfigs
signingConfigs Undefined release
signingConfigs Declare after call
Solution :
signingConfigs {
debug {
keyAlias '111'
keyPassword '111'
storeFile file('key.jks')
storePassword 'azls3333'
v1SigningEnabled true
v2SigningEnabled true
}
release{
keyAlias '111'
keyPassword '111'
storeFile file('key.jks')
storePassword 'azls3333'
v1SigningEnabled true
v2SigningEnabled true
}
}
Put before... When calling
signingConfigs {
debug {
keyAlias '111'
keyPassword '111'
storeFile file('key.jks')
storePassword 'azls3333'
v1SigningEnabled true
v2SigningEnabled true
}
realese {
keyAlias '111'
keyPassword '111'
storeFile file('key.jks')
storePassword 'azls3333'
v1SigningEnabled true
v2SigningEnabled true
}
}
defaultConfig {
applicationId "com.cyh.demo"
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.00"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
abiFilters 'arm64-v8a' }
signingConfig signingConfigs.release
}
边栏推荐
- Status of processes and communication between processes
- Learn from small samples and run to the sea of stars
- Experience of reading the road to wealth and freedom
- data = self._data_queue.get(timeout=timeout)
- tensorlow:cifar100_ train
- Fedora alicloud source
- PHP二维/多维数组按照指定的键值来进行升序和降序
- SOFA Weekly | 开源人—于雨、本周 QA、本周 Contributor
- UWB ultra high precision positioning system architecture
- LeetCode_二叉搜索树_简单_108.将有序数组转换为二叉搜索树
猜你喜欢

zencart新建的URL怎么重写伪静态
![[latex] error type summary (hold the change)](/img/3c/bbb7f496c5ea48c6941cd4aceb5065.png)
[latex] error type summary (hold the change)

Tensorflow and deep learning day 3

How to rewrite a pseudo static URL created by zenpart

Learn from small samples and run to the sea of stars
![[unity3d] collider assembly](/img/de/29ecf4612c540e2df715f56c31cf1a.png)
[unity3d] collider assembly

SOFA Weekly | 开源人—于雨、本周 QA、本周 Contributor

Yunqi lab recommends experience scenarios this week, free cloud learning

Apktool tool usage document

Second day of deep learning and tensorfow
随机推荐
Replacing domestic image sources in openwrt for soft routing (take Alibaba cloud as an example)
PHP之一句话木马
Codeforces Round #802 (Div. 2)(A-D)
CMakeLists. txt Template
How to ensure the efficiency and real-time of pushing large-scale group messages in mobile IM?
两步处理字符串正则匹配得到JSON列表
【ARM】在NUC977上搭建基于boa的嵌入式web服务器
Install the tp6.0 framework under windows, picture and text. Thinkphp6.0 installation tutorial
tensorlow:cifar100_ train
Secondary bootloader about boot28 Precautions for ASM application, 28035
As promised: Mars, the mobile terminal IM network layer cross platform component library used by wechat, has been officially open source
Recursively traverse directory structure and tree presentation
cartographer_optimization_problem_2d
Tensorflow visualization tensorboard "no graph definition files were found." error
cartographer_pose_graph_2d
Cookie and session Basics
使用Jedis监听Redis Stream 实现消息队列功能
【上采样方式-OpenCV插值】
[quartz] read configuration from database to realize dynamic timing task
Chapter 9 setting up structured logging (I)