INSTALL_PARSE_FAILED_NO_CERTIFICATES
处于对新版AS2.2 的好奇 升级后(按照报错提示 修改了gradle版本和build版本)。运行报错:
INSTALL_PARSE_FAILED_NO_CERTIFICATES
Installation failed since the APK was either not signed, or signed incorrectly.
If this is a Gradle-based project, then make sure the signing configuration is specified in the Gradle build script.
Error while Installing APK。
该问题只针对我项目。另外我跑的一个demo是ok的。
应该是Gradle的配置那个地方出问题。