简体   繁体   English

我可以假装它们是一个应用程序向Google Play发布2个APK吗?

[英]can i post 2 apk to google play pretending they are one application?

I need to make an application which have quite different design and some extra functionality for android phone and tablet. 我需要制作一个具有完全不同的设计以及一些针对Android手机和平板电脑的额外功能的应用程序。 Can i make separate .apk for phone and tablet and upload them as one or I need to make one .apk which has separate layouts and permission checks? 我可以为手机和平板电脑制作一个单独的.apk并将其作为一个上传吗,还是我需要制作一个具有单独的布局和权限检查的.apk?

您需要制作one .apk ,因为在just differing on the basis of their compatible devices有两个不同的.apk会很奇怪。您需要根据要在其上运行应用的设备(无论是平板电脑)来创建布局或不同尺寸的智能手机。请参阅这一栏。我需要14种不同的布局来支持所有Android设备吗?

Yes, this should be possible. 是的,这应该可行。 Please have a look at the respective article in the Android Developer Guide: http://developer.android.com/google/play/publishing/multiple-apks.html 请查看《 Android开发人员指南》中的相应文章: http : //developer.android.com/google/play/publishing/multiple-apks.html

However, Google encourages to develop and deploy only one APK for all devices for several reasons: http://developer.android.com/google/play/publishing/multiple-apks.html#SingleAPK 但是,出于以下几个原因,Google鼓励仅针对所有设备开发和部署一个APK: http : //developer.android.com/google/play/publishing/multiple-apks.html#SingleAPK

暂无
暂无

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

相关问题 我可以在Google Play中使用已签名的apk替换未签名的apk - Can I replace an unsigned apk with a signed apk in Google Play 我如何像在Google Play上下载或安装apk文件一样在应用程序中下载视频? - How I can download video in my application like we download or install apk file on google play? 我有一个已发布的应用程序,如果 APK 是通过 xender 或任何其他资源发送/安装的,是否在 google play 商店中计算在内? - I have one application which was published, if APK is send/installed via xender or any other resources, is it counted at google play store? 我无法在 Google Play 商店控制台上上传手机和观看 apk - I can not upload mobile and watch apk on google play store console 如何防止用户从 Google Play 商店外安装我的 android 应用程序 (.apk)? 那可能吗 - How can I prevent users from installing my android application(.apk) from outside of the Google play store? is that possible 我可以上传多少个 apk 到 google play & admob - How many apk can I upload to google play & admob 向Google Play提交多个APK应用程序 - Submitting multiple apk application to Google Play Google Play商店无法上传APK - Google play store can't upload apk Google Play-如何将我的付费应用程序免费发送到一台设备? - Google play - how can i send my paid application to one device for free? 当签名密钥由 Google 生成时,我可以将使用上传密钥签名的 APK+OBB 上传到 Google Play 吗? - Can I upload an APK+OBB signed with upload key to Google Play when the signing key is generated by Google?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM