当前位置:网站首页>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
}
边栏推荐
- Install the tp6.0 framework under windows, picture and text. Thinkphp6.0 installation tutorial
- The localstorage browser stores locally to limit the number of forms submitted when tourists do not log in.
- [geek] product manager training camp
- How to rewrite a pseudo static URL created by zenpart
- cartographer_ fast_ correlative_ scan_ matcher_ 2D branch and bound rough matching
- 6.1 - 6.2 Introduction à la cryptographie à clé publique
- Excellent learning ability is your only sustainable competitive advantage
- How to select the data transmission format of instant messaging application
- Command line interface of alluxio
- skimage. morphology. medial_ axis
猜你喜欢

As promised: Mars, the mobile terminal IM network layer cross platform component library used by wechat, has been officially open source

Codeforces Round #802 (Div. 2)(A-D)

Replacing domestic image sources in openwrt for soft routing (take Alibaba cloud as an example)

The best Chinese open source class of vision transformer, ten hours of on-site coding to play with the popular model of Vit!

Guanghetong and anti international bring 5g R16 powerful performance to the AI edge computing platform based on NVIDIA Jetson Xavier nx

How MySQL deletes all redundant duplicate data

国务院发文,完善身份认证、电子印章等应用,加强数字政府建设
![[unity3d] human computer interaction input](/img/4d/47f6d40bb82400fe9c6d624c8892f7.png)
[unity3d] human computer interaction input
Technical past: tcp/ip protocol that has changed the world (precious pictures, caution for mobile phones)

Install the tp6.0 framework under windows, picture and text. Thinkphp6.0 installation tutorial
随机推荐
Experience of reading the road to wealth and freedom
无线网络存在的安全问题及现代化解决方案
Briefly describe the pitfalls of mobile IM development: architecture design, communication protocol and client
【Unity3D】人机交互Input
6.1 - 6.2 Introduction à la cryptographie à clé publique
[red team] what preparations should be made to join the red team?
线程优先级
Serious hazard warning! Log4j execution vulnerability is exposed!
Introduction to alluxio
UWB ultra high precision positioning system architecture
skimage.morphology.medial_axis
Day4 branch and loop jobs
Beidou navigation technology and industrial application of "chasing dreams in space and feeling for Beidou"
Windows下安装Tp6.0框架,图文。Thinkphp6.0安装教程
data = self._ data_ queue. get(timeout=timeout)
【ARM】在NUC977上搭建基于boa的嵌入式web服务器
Technical past: tcp/ip protocol that has changed the world (precious pictures, caution for mobile phones)
CMakeLists. txt Template
Setting pseudo static under fastadmin Apache
PHP 2D / multidimensional arrays are sorted in ascending and descending order according to the specified key values