【发布时间】:2015-09-05 15:34:49
【问题描述】:
最近我创建了我的第一个应用程序并创建了一个 apk 文件以上传到 goolge play。上传后谷歌说上传失败,因为:
Upload failed
You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode. Learn more about signing.
You need to use a different package name because "com.jirbo.unitytest" already exists in Google Play.
所以我的问题是如何将com.jirbo.unitytest 更改为我的公司包名称?
【问题讨论】:
标签: android unity3d google-play apk