有没有办法取消发布,然后从Android Developer Console上的应用程序列表中永久删除应用程序?
我很绝望.我通过新的Play Developer Console在Play商店发布了错误的应用更新.
不,我需要回滚我的更新,只需删除它并重新发布以前的更新.
我无法理解两件事:
请帮我!提前致谢
我以前用的0.54是React Native的版本,但是由于64位版本的Google出了问题,不得不新建一个项目(我没有更新这个版本,而是自己新建了一个版本)。
我目前使用的0.61.4是 React Native版本
在我得到aab输出并想将其发布到 Google Play 后,不幸的是我仍然遇到与以前相同的问题,并且出现以下错误
此版本不符合 Google Play 64 位要求
以下 APK 或 App Bundle 适用于 64 位设备,但它们只有 32 位本机代码:9.
在您的应用中包含 64 位和 32 位本机代码。使用 Android App Bundle 发布格式自动确保每个设备架构只接收它需要的原生代码。这可以避免增加应用程序的整体大小
我把gradle代码放在这里作为指导
android/app/build.gradle
apply plugin: "com.android.application"
import com.android.build.OutputFile
/**
* The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets
* and bundleReleaseJsAndAssets).
* These basically call `react-native bundle` with the correct arguments during the Android build
* …Run Code Online (Sandbox Code Playgroud) android gradle google-play react-native react-native-android