Android Market的多个APK ...怎么样不同的CPU架构?多个、架构、不同、Market

2023-09-05 05:40:35 作者:我有十二个字不信你数

所以,我想我现在可以使用不同的NDK编译库进行有针对性的CPU架构上传我的应用程序,但好像这是不可能的。

So I thought I could now upload my app using different NDK compiled libraries for targeted CPU architectures but it seems like that's not possible.

任何人都知道如何上传到Android Market不同的APK针对不同的CPU架构编译每个包含库?

Anyone know how to upload to the Android Market different APKs each containing libraries compiled specifically for different CPU architectures?

我还没有尝试这样做,似乎是空间腰,但在一个APK我们可以包含多个编译库?

I haven't tried this and seems like a waist of space, but can we include multiple compiled libraries in one APK?

更新: 显然,当用户安装的APK不支持的库将不会被安装在设备上。这是好事,但用户仍然需要下载整个APK浪费带宽。

Update: Apparently when the user installs the apk the unsupported libraries will not be installed on the device. This is good but the user still has to download the entire apk wasting bandwidth.

推荐答案

好了,终于谷歌播放允许拥有的多的apk定位!

Well, finally Google Play allows to have Multi-apk targeting!

我们已经增加了新的功能,对于使用多APK支持的应用程序。现在,您可以针对每个APK到一个特定的本地平台。

"We have added new functionality for apps that use multiple APK support. You can now target each APK to a specific native platform."