Closed fudiandong closed 6 years ago
Could not get unknown property 'pStoreFile' for SigningConfig_Decorated
貌似是 // 注释下面代码(签名配置) signingConfigs { if (propertyHaveSigningConfigs) { debug { storeFile file(pStoreFile) storePassword pStorePassword keyAlias pKeyAlias keyPassword pKeyPassword }
release { storeFile file(pStoreFile) storePassword pStorePassword keyAlias pKeyAlias keyPassword pKeyPassword } } }
没找到 file,大神帮指点下
注释掉签名代码部分
Could not get unknown property 'pStoreFile' for SigningConfig_Decorated
貌似是 // 注释下面代码(签名配置) signingConfigs { if (propertyHaveSigningConfigs) { debug { storeFile file(pStoreFile) storePassword pStorePassword keyAlias pKeyAlias keyPassword pKeyPassword }
没找到 file,大神帮指点下