无法更新我在谷歌Play应用程式:AAPT错误
今天,当我试图上传我的应用程序的更新,我得到这个从谷歌播放控制台:
Today when I tried to upload an update of my app, I got this from Google Play console:
上传新的正式版APK
UPLOAD NEW APK TO PRODUCTION
上传失败您的APK无法使用'AAPT转储徽章'进行分析。
错误输出:无法运行AAPT转储徽章:错误获取
机器人:值属性的元数据:属性找不到
Upload failed Your APK cannot be analyzed using 'aapt dump badging'. Error output: Failed to run aapt dump badging: ERROR getting 'android:value' attribute for meta-data:attribute could not be found
我可以正常之前上传。我还没有作出在AndroidManifest.xml中的任何变化。
该应用程序是通过蚂蚁建造。我也试图再次构建它,甚至与上次已知良好的code,出现同样的错误。
I can upload normally before. I haven't made any change in AndroidManifest.xml. The app is built via ant. I also tried building it again, even with the last-known-good code, the same error occurs.
我应该报告给谷歌Play小组,或者是谷歌的一个已知的问题玩?
是否有任何变通?
Should I report this to Google Play team, or is it a known issue of Google Play? Is there any work around?
它现在由谷歌承认:
有些开发人员报告看到了无法运行AAPT转储徽章:错误让'机器人:值属性的元数据:属性找不到当试图上传他们的.apk文件
Some developers have reported seeing the error "Failed to run aapt dump badging: ERROR getting 'android:value' attribute for meta-data:attribute could not be found" when attempting to upload their .apk.
我们正在努力解决这个问题。在此期间,您可以尝试添加了机器人:价值缺少该属性的元数据清单属性。见API指南 - 以获取更多信息。
We're working on solving this problem. In the meantime, you can try adding the "android:value" to any meta-data manifest property that lacks that attribute. See API Guides - for more information.
https://support.google.com/googleplay/android-开发商/已知问题/ 24493