如何解决Play商店中发生的错误64位要求错误? [英] How to solve the error 64-bit requirement error invoke in play store?

查看:96
本文介绍了如何解决Play商店中发生的错误64位要求错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道如何解决64位需求问题

I don't know how to solve the 64-bit requirement issue

我已经添加了这一行. ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'

already i added this line. ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'

它不是统一代码的android应用

it is not unity code android app

但在playstore中没有使用..仍显示错误消息.

but no use.. in playstore still shows the error message.

推荐答案

为此,请尝试执行以下步骤:

For this, please try following steps:

  1. 通过点击构建>分析Apk
  2. 来分析您的应用apk
  3. 然后选择所需的APK.
  4. 然后单击 lib 文件夹,并检查 arm64-v8a或x86_64 文件夹中是否有任何'.so'文件.
  5. 如果包含,则应用为64位.无需进行任何更改.
  6. 否则,请添加
  1. Analyze your app apk by clicking on Build > Analyze Apk
  2. Then Choose the required apk.
  3. Then click on lib folder and Check to if any '.so' files in the arm64-v8a or x86_64 folder.
  4. If it contains then app is 64-bit. No need to make any change.
  5. If not, then add

ndk.abi过滤'armeabi-v7a','arm64-v8a','x86','x86_64'

build.gradle 文件

希望它对您有用!

这篇关于如何解决Play商店中发生的错误64位要求错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆