问题标签 [multiple-apk]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 多个 APK 不适用于 x86 架构
我已经构建了多个 APK 用于在 Google Play 上发布。我使用 Unity(ARMv7 和 x86)构建。它取得了成功并出现在 Google Play 上。我用ARMv7设备测试过,很好。但是对于 x86 设备(我使用 Zenphone 2),为什么此设备无法从 Google Play 下载。
android - 此 APK 将不会提供给任何用户,因为它完全被一个或多个具有更高版本代码的 APK 所掩盖
[][1]
{ android { compileSdkVersion 31 buildToolsVersion "30.0.3" defaultConfig { applicationId "com.example.test" minSdkVersion 19 targetSdkVersion 30 versionCode 64 if (taggedRelease == null) { versionName "1.4.1-SNAPSHOT" } else { versionName = taggedRelease } testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" multiDexEnabled true } signingConfigs { release } flavorDimensions "abi"
任何人都可以请你帮我解决这个错误[1]:https ://i.stack.imgur.com/hwYbM.png