我正在尝试使用 Android Studio 生成未签名的发布 APK。
我的应用程序不会被签名,也不会在商店中分发。
在 Android Studio 中,我转到 Build Variants 并选择我的项目 + Build Variant = Release。
我运行版本,Android Studio 生成文件 my_project-release-unsigned.apk
好的!但是,当我尝试安装或部署 APK 时,出现错误:
Installation failed since the APK was either not signed, or signed incorrectly.
我不明白为什么会出现此错误,因为 APK 已明确生成无符号!
好吧,如果你能告诉我如何设置 gradle 来生成我的 APK 未签名......
我很迷茫!