简体   繁体   English

无法在Google Play上载APK扩展文件

[英]Unable to upload the APK expansion file on Google Play

I'm using unity android, and I'm trying to upload my app. 我正在使用统一的android,并且正在尝试上传我的应用。 It's a 80Mo app, so I had to split it. 这是一个80Mo应用,所以我不得不拆分它。 Here is how I set up the Other Settings in player prefs (unity3d): 这是我在播放器偏好设置(unity3d)中设置“其他设置”的方法:

  • Bundle identifier: com.CompanyName.APKName (that's an example obviously ) 捆绑包标识符:com.CompanyName.APKName(显然是一个示例)
  • Bundle Version: 1.0 套件版本:1.0
  • Bundle Version Code: 1 捆绑版本代码:1
  • Minimum API: (lowest) 2.0.1 最低API :(最低)2.0.1
  • Device filter: Armv7 only 设备过滤器:仅Armv7
  • Install Location: Prefer Extern 安装位置:首选Extern
  • Graphics Level: OpenGL ES 2.0 图形级别:OpenGL ES 2.0
  • Internet: Auto 互联网:自动
  • Write Access: Internal only 写访问权限:仅内部
  • API: .NET 2.0 subs API:.NET 2.0订阅

The product name is different than the APK name. 产品名称与APK名称不同。

My files are named: - APK: APKName - Expansion file: main.1.com.CompanyName.APKName 我的文件名为:-APK:APKName-扩展文件:main.1.com.CompanyName.APKName

In the build settings, nothing is changed (Development Build is still False). 在构建设置中,什么都没有更改(Development Build仍然为False)。 (I'm not using a patch file). (我没有使用补丁文件)。

My problem is that when I upload the APK Expansion file, it gets stuck on "processing". 我的问题是,当我上传APK扩展文件时,它卡在了“处理中”。 Apparently it's an internal error that occurs, and google play is failing the upload but doesn't display anything on the screen. 显然这是发生的内部错误,并且Google Play无法上传,但屏幕上未显示任何内容。 I've been trying to upload that for days now and I can't find anything that helps online. 我已经尝试上传了好几天了,但找不到任何在线帮助。 EDIT: On chrome I get stuck to processing and with firefox, I get stuck to 99%... 编辑:在chrome上,我被卡在加工中,而在Firefox中,我被卡在了99%...

I've see theses post StackOveflow post 1 StackOverflow post2 but nothing changes for me. 我已经看到论文发表StackOveflow后1 StackOverflow的POST2我,但没有改变。

I'm following this tutorial: tutorial unity to google play 我正在关注本教程: Google Play教程统一

EDIT: I can't access my app through the old console... I get the following message:" Failed to load application list. Try again later. " 编辑:我无法通过旧控制台访问我的应用程序...我收到以下消息:“ 无法加载应用程序列表。请稍后再试。

Thanks for the help 谢谢您的帮助

Boris 鲍里斯

Ok I did it!!! 好吧,我做到了!

I had to create another version of my app with a higher version number. 我必须使用更高的版本号创建应用程序的另一个版本。 Then I went to the old console, as my app wasn't accessible through the old console I had to upload again my first APK by clicking on upload apk. 然后我转到旧控制台,因为无法通过旧控制台访问我的应用程序,因此我不得不通过单击上载apk重新上传我的第一个APK。 Once uploaded the old console shows an error saying that there is already an app with that package name. 上载后,旧控制台会显示一条错误消息,提示已存在具有该程序包名称的应用程序。 After closing the error message the app is accessible through the old console and therefore from there I was able to upload my version 2 (the new one) APK + main OBB. 关闭错误消息后,可以通过旧控制台访问该应用,因此可以从那里上载我的版本2(新版本)APK +主OBB。 After that, from the old console, I deactivated the old version and deleted it. 之后,我从旧控制台中停用了旧版本并将其删除。 I went back to the new console design and this is it !!!! 我回到了新的控制台设计,就是这样!

Sorry for posting with a second account I'll delete the first one. 很抱歉使用第二个帐户进行发布,我将删除第一个帐户。

如果您将示例工作保留在应用程序包名称中,则无法将APK上传到Google Play。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM