简体   繁体   English

手动安装时 APK 文件运行正常,但从 Google Play 商店安装时无法打开

[英]APK file runs properly when installed manually but does not open when installed from google play store

I uploaded the apk on play store.我在Play商店上传了apk。 The playstore version works on most of the devices I tested except on 8.1 and 9 versions. Playstore 版本适用于我测试过的大多数设备,但 8.1 和 9 版本除外。 On these two version the app installs from the playstore but fails to open(shows white background splash and crashes) when the app icon is clicked on the phone.On installing manually same file(that was uploaded to playstore) to those devices, it works perfectly.在这两个版本上,应用程序从 Playstore 安装,但在手机上单击应用程序图标时无法打开(显示白色背景飞溅和崩溃)。将相同的文件(已上传到 Playstore)手动安装到这些设备时,它可以工作完美。

app link : https://play.google.com/store/apps/details?id=com.samriddhi.gyan应用链接: https : //play.google.com/store/apps/details?id=com.samriddhi.gyan

I tried with app cache clear method,re installation我尝试了应用缓存清除方法,重新安装

Check if your Native Library libhobbes_jni.so supports all platforms.检查您的 Native Library libhobbes_jni.so 是否支持所有平台。 I am not sure but it seems like issue is related to library support.我不确定,但似乎问题与库支持有关。

From Your Logs.从你的日志。

nativeLibraryDirectories=[/system/app/PrebuiltBugle/lib/x86, /system/app/PrebuiltBugle/PrebuiltBugle.apk!/lib/x86, /system/lib, /system/lib]]] couldn't find "libhobbes_jni.so"

If so, try to remove the library and check the APK.如果是这样,请尝试删除库并检查 APK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 设备中安装了.apk时,google map无法正常工作 - google map not working when .apk is installed in Device 深层链接 - 从 Play 商店安装应用时获取数据 - Deep linking - Fetch data when app installed from play store 在Google Play商店中上传已签名的apk时使用其他帐户 - Using other account when uploading signed apk in google play store 从Android Studio运行时,应用正常运行,但在安装签名的APK后崩溃 - App works fine when running from Android Studio but crashes when signed apk installed 安装为 apk 时,retrofit2 连接抛出错误 - retrofit2 connection is throwing errors when installed as apk 尝试安装现有调试 apk 时出现“未安装应用程序” - “App not installed” when trying to install over existing debug apk 在已安装的应用上回调Google Play - callback google play on installed app 禁用从已安装的Android应用程序获取APK文件 - Disable taking apk file from an installed android application 调试apk上的设备错误显示“未安装应用程序”,“文件似乎已损坏” - “App not installed” on device error from debug apk, “File appears to be corrupt” 如果未安装应用程序,如何检查是否已从我的应用程序安装了应用程序? - how to check whether an app is installed from my app if the app is not installed go to play store?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM