Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试将新 APK 上传/更新到 Google Play 控制台时出错notification,我不知道它是什么。
notification
就像我的新APK版本支持的设备比我的旧版本少APK。但我确定清单文件中没有任何变化,它只是修复错误更新
APK
有什么建议吗?
这可能是因为您更改了应用程序中支持的 API。再次检查以确保支持的 API 与您之前版本中的 API 相同。该通知不是错误,它是一个警告通知,让您知道您的应用将支持比以前更少的设备类型。
例如,您之前的版本支持 15 起的 API,但您的新版本仅支持 16 起的 API。