加载失败。无法识别文件
Failed to load. Failed to recognize the file
当我上传apk文件到Google时出现播放错误:"Failed to load. Failed to recognize the file."snapshot
进入控制台后
jarsigner -verify -verbose app-release.apk
显示:
jar verified.
Warning: This jar contains entries whose certificate chain is not validated. This jar contains signatures that does not include a timestamp. Without a timestamp, users may not be able to validate t his jar after the signer certificate's expiration date (2026-02-21) or after any future revocation date.
Re-run with the -verbose and -certs options for more details.
所以,我做错了吗?
我不认为你做错了什么。尝试重新下载 .apk
并重复上面的操作。如果您试图反汇编 .apk
来编辑或获取源代码,我强烈建议您使用 apktool
而不是
破解代码并转向应用程序已被开发者控制台接受的几个地方。问题是由于使用了矢量应用程序图标,尽管 gradle 创建了 png 副本。我将生成的图像文件复制到目录 mipmap-***dpi.
当我上传apk文件到Google时出现播放错误:"Failed to load. Failed to recognize the file."snapshot
进入控制台后
jarsigner -verify -verbose app-release.apk
显示:
jar verified.
Warning: This jar contains entries whose certificate chain is not validated. This jar contains signatures that does not include a timestamp. Without a timestamp, users may not be able to validate t his jar after the signer certificate's expiration date (2026-02-21) or after any future revocation date.
Re-run with the -verbose and -certs options for more details.
所以,我做错了吗?
我不认为你做错了什么。尝试重新下载 .apk
并重复上面的操作。如果您试图反汇编 .apk
来编辑或获取源代码,我强烈建议您使用 apktool
而不是
破解代码并转向应用程序已被开发者控制台接受的几个地方。问题是由于使用了矢量应用程序图标,尽管 gradle 创建了 png 副本。我将生成的图像文件复制到目录 mipmap-***dpi.