"无法解析上传的APK的AndroidManifest.xml。编译得当吗?"在我签署apk并上传到Play商店后更新到android studio 3.0后出现错误
我查了link。但我无法更改我的包名,因为我的应用正在制作中
我该如何解决?
答案 0 :(得分:1)
将android studio更新为beta后修复了问题
所以可能错误是在android studio 3.0.1稳定版本中
答案 1 :(得分:0)
我也有同样的错误。我的android studio版本是3.0.1(Mac)。
compileSdkVersion 26
> buildToolsVersion '26.0.2'
> defaultConfig {
> applicationId "com.xx.xxxx"
> minSdkVersion 23
> targetSdkVersion 26
> versionCode 7
> versionName "1.0.4"
> multiDexEnabled true
>
> }
我检查了这个Getting "The AndroidManifest.xml of the uploaded APK could not be parsed. Was it compiled properly?" error after enabling Google App Signing但是android工作室是3.0.1。这已经花费了几天时间,无法在Playstore更新我的应用程序。