简体   繁体   English

Android系统。 模拟器突然出现问题,物理设备正常运行

[英]Android. Sudden problem with emulator, physical device works fine

I'm having some problem with developing an android app. 我在开发Android应用程序时遇到问题。 Everything runs smooth until a while ago. 一切运行顺利,直到前一阵子。 Lately I've been debugging on a couple of different physical devices and everything works great on all of them. 最近,我已经在几个不同的物理设备上进行调试,并且在所有这些设备上一切正常。 The other day when I tried to run the application in the emulator I got an error: 前几天,当我尝试在模拟器中运行应用程序时,出现错误:

ERROR/JNIHelp(313): Native registration unable to find class 'android/debug/JNITest' . ERROR/JNIHelp(313): Native registration unable to find class 'android/debug/JNITest'

Is this something to worry about? 这值得担心吗? The app is supposed to be released today on the market but it doesn't feel right to release something that wont even load in the emulator. 该应用程序本应于今天在市场上发布,但发布甚至无法加载到模拟器中的内容并不适合。 Since the app works seemingly flawless on all physical devices I've tested it might not be a problem? 由于该应用程序似乎在我测试过的所有物理设备上都可以正常运行,因此这可能不是问题吗?

尝试-wipe-data ...如果它不起作用,请删除模拟器映像..如果不起作用,请重新安装SDK ..没有其他合适的解决方案,afaik。

暂无
暂无

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

相关问题 在物理设备上启动时,Android App卡在启动屏幕上,但在模拟器上运行良好 - Android App gets stuck on splashscreen when launched on physical device but works fine when on an emulator 无法在 iOS 仿真器或物理设备上构建 Flutter 应用程序 - 虽然在 Android 上工作正常 - Cannot build Flutter app on iOS emulator or physical device - works fine on Android though 物理设备不会显示,模拟器运行正常 - Physical device won't show up, Emulator works just fine Android EditText字段可在模拟器上正常运行,但不能在设备上运行 - Android EditText field works fine on emulator, but not device Android应用程序可以在模拟器中正常运行,但不能在真实设备中运行? - Android application works fine in emulator but not in real device? Android应用程序可以在模拟器上正常运行,但不能在真实设备上运行 - Android Application works fine on emulator but not on a real device 加载本机共享库时,应用程序在模拟器中崩溃,但在物理设备上运行正常 - Application crashes in emulator when loading native shared library, but works fine on a physical device Webview在模拟器上工作正常,但在设备上工作不正常 - Webview works fine on emulator but not on device Android模拟器无法正确显示TextView(在设备上正常运行) - Android emulator not displaying a TextView properly (works fine on device) Mono Android-OverridePendingTransition在设备上不起作用,在模拟器中工作正常 - Mono Android - OverridePendingTransition not working on device, works fine in emulator
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM