Android Studio 2.2.2 无法将 apk 安装到 device/emulator

Android Studio 2.2.2 fails to install apk to device/emulator

我有:

Failure [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.

正在尝试 运行 android 在 MacOS 上的 Android Studio v2.2.2 中进行项目。

在那之后,无论我尝试什么都没有帮助。

我尝试完全卸载工作室并重新安装,尝试清理并重建项目,尝试配置 signingConfigs。没有任何帮助。

所以,我仍然无法 运行 在设备和模拟器上都无法使用该应用程序。我尝试生成已签名的发布版本,然后将其安装到设备上。我再次收到系统警报,提示安装时出现问题。

有人遇到过吗?有什么想法吗?

已解决:

给所有遇到类似问题的人。确保您的项目中没有任何没有扩展名的文件。我已经为资产添加了一些自定义字体。其中一种字体有一个文件(名为 Icon,没有扩展名)。我删除那个文件后,一切正常。