我在C ++(cstdio)中查看buildTypes {
release {
minifyEnabled true
shrinkResources true
manifestPlaceholders = [encoding: deviceEncoding]
manifestPlaceholders = [version: cityIDVersion]
}
debug {
manifestPlaceholders = [encoding: deviceEncoding]
manifestPlaceholders = [version: cityIDVersion]
}
函数,发现它在成功时会返回非零值。
我尝试在互联网上搜索,如果该非零返回值有任何重要但无法找到任何内容。
我还尝试了多个输入放置并试图将其与输出值相关联,但也没有进展。