Questions tagged «android-debug»


15
在调试模式下启动时,Android应用程序崩溃
在调试模式下运行时,应用程序崩溃,但在正常运行时,它可以正常运行。我认为问题是在连接调试器时发生的。 日志: A/art: art/runtime/jdwp/jdwp_event.cc:661] Check failed: Thread::Current() != GetDebugThread() (Thread::Current()=0x7f44a18400, GetDebugThread()=0x7f44a18400) Expected event thread A/art: art/runtime/runtime.cc:422] Runtime aborting... A/art: art/runtime/runtime.cc:422] Aborting thread: A/art: art/runtime/runtime.cc:422] "JDWP" prio=5 tid=4 WaitingForDebuggerSend A/art: art/runtime/runtime.cc:422] | group="" sCount=0 dsCount=0 obj=0x12c60280 self=0x7f44a18400 A/art: art/runtime/runtime.cc:422] | sysTid=24137 nice=0 cgrp=default sched=0/0 handle=0x7f4b904450 A/art: art/runtime/runtime.cc:422] | state=R schedstat=( 132066712 …

29
使用Android Studio进行调试永远停留在“等待调试器”中
UPDATE 的假设重复是被在“stucking一个问题等待调试器执行时” 运行,而这个问题是被在“stucking 等待调试器 ”执行时调试,以产生步骤的问题是不同的,并且将溶液( s)也不同。 每当我尝试使用Android Studio的Debug函数时,“运行”状态始终停留在: Launching application: com.astrotek.parashoot.debug/com.astrotek.ptpviewer.StarterActivity. DEVICE SHELL COMMAND: am start -n "com.astrotek.parashoot.debug/com.astrotek.ptpviewer.StarterActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.astrotek.parashoot.debug/com.astrotek.ptpviewer.StarterActivity } 当我正在调试的设备(三星Galaxy S3 Android 4.3)将显示 从Android Studio 0.8.8一直到1.0都是如此。在同一台计算机上,我可以在同一设备上使用Eclipse进行调试,而不会出现任何问题。 因此,问题是如何使Android Studio调试正常工作? 更新:在运行Android 5.0的Nexus 7(2013)上进行调试时,会发生同样的事情;而在另一台机器上进行测试则得出相同的结果。我不是遇到这个问题的唯一一个人:-/ 更新:由于这个问题太烦人了,所以开了赏金。即使重新安装该应用程序也无法解决。运行Cyano,Win7 64的Nexus5。ADB日志显示: 8568-8568/it.myapp:myprocess W/ActivityThread﹕ Application it.myapp is waiting for …


14
在设备上调试时,“源代码与字节码不匹配”
我有一个根据API级别21进行编译的应用程序: 然后在具有API级别23的真实设备上调试它: 问题是当我尝试通过Android OS自己的类进行调试时,得到“源代码与字节码不匹配”。为什么会这样呢?应用运行的测试设备为API级别23,正在调试的源文件也为级别23。 我真的很困惑。谁能解释为什么我看到此消息以及如何解决它?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.