Android App Crashes on Real Device If apk is manually installed(如果手动安装 apk,Android 应用程序在真实设备上崩溃)
问题描述
我的应用程序在模拟器中运行良好,甚至在 android studio 安装的用于调试目的的真实设备中运行良好,但如果使用 apk 文件手动安装,它会崩溃.
My Application is running fine in Emulators and even in real devices installed by android studio for debugging purpose, but it is crashing if installed manually using apk file.
如果需要,我准备粘贴任何其他代码,例如 Activity.
I am ready to paste any other codes, like Activity if required.
这里是日志:
推荐答案
去:
并禁用即时运行
.
这篇关于如果手动安装 apk,Android 应用程序在真实设备上崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!