问题描述
我跑进下列情况下,我不能调试Android应用程序。我可以运行它,但不能对其进行调试。我开始全新的项目复制的一切,它的工作(意思是能够调试),但再次得到这个。我想无论在模拟器和我的手机,但都无济于事。我使用的是Android 0.5.1工作室
它无法在一开始。我不觉得它已经进入MainActivity。当下应用程序启动时,我得到不幸的是btbnie已停止工作的消息。
鸭preciate任何帮助/方向...
03-19 21:10:24.334 31799-31799 / com.learn.btnine.btbnine I / System.out的?发送等待块
03-19 21:10:24.334 31799-31799 / com.learn.btnine.btbnine W / ActivityThread?应用com.learn.btnine.btbnine正在等待调试器端口8100 ...
03-19 21:10:25.034 31799-31809 / com.learn.btnine.btbnine I /艺术?调试器是活跃
03-19 21:10:25.144 31799-31799 / com.learn.btnine.btbnine I / System.out的?调试器连接
03-19 21:10:25.144 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:25.344 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:25.544 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:25.744 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:25.944 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:26.144 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:26.344 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:26.544 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:26.754 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:26.954 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:27.154 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:27.354 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:27.554 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:27.754 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:27.954 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:28.154 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:28.354 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:28.554 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:28.754 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:28.954 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:29.154 31799-31799 / com.learn.btnine.btbnine I / System.out的?等待调试器来解决...
03-19 21:10:29.364 31799-31799 / com.learn.btnine.btbnine I / System.out的?调试器已落户(1455)
03-19 21:10:29.504 31799-31809 / com.learn.btnine.btbnine A /艺术?艺术/运行/ stack.cc:322]预期:java.lang.Object继承java.lang.reflect.Method.invoke(java.lang.Object中,的java.lang.Object [])。实测值:java的java.lang.Class类。 lang.Class.classForName(java.lang.String中,布尔,java.lang.ClassLoader中)
03-19 21:10:29.524 31799-31809 / com.learn.btnine.btbnine A /艺术?艺术/运行/ stack.cc:322]预期:java.lang.Object继承java.lang.reflect.Method.invoke(java.lang.Object中,的java.lang.Object [])。实测值:java的java.lang.Class类。 lang.Class.classForName(java.lang.String中,布尔,java.lang.ClassLoader中)
03-19 21:10:29.524 31799-31809 / com.learn.btnine.btbnine A /艺术?艺术/运行/ runtime.cc:203]运行时中止递归---,所以没有特定线程的细节!
03-19 21:10:29.524 31799-31809 / com.learn.btnine.btbnine A /艺术?艺术/运行/ runtime.cc:203]
03-19 21:10:29.524 31799-31809 / com.learn.btnine.btbnine A / libc的?致命信号6(SIGABRT)在0x00007c37(code = -6),螺纹31809(JDWP)
我得到了同样的事情:ClassLoader的错误其次是SIGABRT,但在运行调试器仅在
对于我来说,从艺术转向的Dalvik固定它。
I ran into the following situation where I cannot debug the android app. I can run it but cannot debug it. I started brand new project copied everything and it worked (meaning was able to debug) but got this again. I tried both on emulator and my phone but no avail. I am using Android Studio 0.5.1
it fails at the very beginning. i don't feel like it has entered MainActivity. The moment app launches, I get "Unfortunately btbnie has stopped working" message.
Appreciate any help/direction...
03-19 21:10:24.334 31799-31799/com.learn.btnine.btbnine I/System.out? Sending WAIT chunk
03-19 21:10:24.334 31799-31799/com.learn.btnine.btbnine W/ActivityThread? Application com.learn.btnine.btbnine is waiting for the debugger on port 8100...
03-19 21:10:25.034 31799-31809/com.learn.btnine.btbnine I/art? Debugger is active
03-19 21:10:25.144 31799-31799/com.learn.btnine.btbnine I/System.out? Debugger has connected
03-19 21:10:25.144 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:25.344 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:25.544 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:25.744 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:25.944 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:26.144 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:26.344 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:26.544 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:26.754 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:26.954 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:27.154 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:27.354 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:27.554 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:27.754 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:27.954 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:28.154 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:28.354 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:28.554 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:28.754 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:28.954 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:29.154 31799-31799/com.learn.btnine.btbnine I/System.out? waiting for debugger to settle...
03-19 21:10:29.364 31799-31799/com.learn.btnine.btbnine I/System.out? debugger has settled (1455)
03-19 21:10:29.504 31799-31809/com.learn.btnine.btbnine A/art? art/runtime/stack.cc:322] Expected: java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) Found: java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader)
03-19 21:10:29.524 31799-31809/com.learn.btnine.btbnine A/art? art/runtime/stack.cc:322] Expected: java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) Found: java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader)
03-19 21:10:29.524 31799-31809/com.learn.btnine.btbnine A/art? art/runtime/runtime.cc:203] Runtime aborting --- recursively, so no thread-specific detail!
03-19 21:10:29.524 31799-31809/com.learn.btnine.btbnine A/art? art/runtime/runtime.cc:203]
03-19 21:10:29.524 31799-31809/com.learn.btnine.btbnine A/libc? Fatal signal 6 (SIGABRT) at 0x00007c37 (code=-6), thread 31809 (JDWP)
I got the same thing: ClassLoader error followed by SIGABRT, but only when running the debugger.
For me, switching from ART to Dalvik fixed it.
这篇关于可以在0x00007c37无法调试,致命信号6(SIGABRT)(code = -6)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!