|
发表于 2022-3-12 19:37:32
|
显示全部楼层
本帖最后由 葛和 于 2022-3-12 19:56 编辑
signingConfigs {
release {
v1SigningEnabled true
v2SigningEnabled true
keyAlias project.signingConfigKeyAlias
keyPassword project.signingConfigKeyPassword
storeFile file(project.signingConfigStoreFilePath)
storePassword project.signingConfigStorePassword
}
debug {
v1SigningEnabled true
v2SigningEnabled true
keyAlias 'androiddebugkey'
storeFile file('debug.keystore')
keyPassword 'android'
}
}
这是我把里面的79-95行注释过
不注释报这个
Build file 'F:\app\AndroidStudio\asFiles\o2oa-android-master\app\build.gradle' line: 85
A problem occurred evaluating project ':app'.
> path may not be null or empty string. path='null'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.我没有做https://www.o2oa.net/course/ypcdhm.html文档中的 第三方SDK注册配置 这一步是必须的吗大哥求帮助
|
|