让你的应用程序为64位要求做好准备:如果我的apk(Android)中没有.so文件,该怎么办



我收到了来自谷歌的时事通讯:"让您的应用程序为64位要求做好准备">

这是链接:https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html

它说:"如果你的APK中没有任何.so文件,你就已经符合64位了。">

所以,我的应用程序中既没有"lib"目录,也没有".So"文件。我想它是64位兼容的。

有什么事要做吗?

在Google Play控制台中是否有任何标志可以将应用程序标记为64位兼容?

我可以忽略新闻稿吗?

Is there anything to do ?

不是,你可以忽略,因为你没有在这里进行原生开发。所以你可以简单地忽略时事通讯。

Is there any flag to check in the Google Play Console to mark the app as 64 bit compliant ?

不,如果你使用Android SDK开发应用程序,并且没有本机(NDK)代码,那么它已经是64位兼容的了。

最新更新