คำถามติดแท็ก android-debug

12
วิธีการใช้ ADB Shell เมื่อเชื่อมต่ออุปกรณ์หลายเครื่อง? ล้มเหลวด้วย“ ข้อผิดพลาด: มากกว่าหนึ่งอุปกรณ์และตัวจำลอง”
$ adb --help ... -s SERIAL use device with given serial (overrides $ANDROID_SERIAL) ... $ adb devices List of devices attached emulator-5554 device 7f1c864e device ... $ adb shell -s 7f1c864e error: more than one device and emulator ?

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 …

28
การแก้ไขข้อบกพร่องด้วย Android Studio ค้างอยู่ที่“ Waiting For Debugger” ตลอดไป
UPDATE ควรที่ซ้ำกันเป็นคำถามในการเป็น stucking ในที่ " รอดีบักเกอร์ " เมื่อมีการดำเนินการเรียกใช้ในขณะที่คำถามนี้ในการเป็น stucking ใน " รอดีบักเกอร์ " เมื่อมีการดำเนินการดีบักขั้นตอนในการผลิตที่เป็นปัญหาที่แตกต่างกันและการแก้ปัญหา ( s) ก็แตกต่างกันเช่นกัน เมื่อใดก็ตามที่ฉันพยายามใช้ฟังก์ชัน Debug ของ Android Studio สถานะการเรียกใช้จะติดอยู่ที่: 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 } ในขณะที่อุปกรณ์ (Samsung Galaxy S3 Android 4.3) …

15
วิธีแก้จุดบกพร่องใน Android Studio โดยใช้ adb ผ่าน WiFi
ฉันสามารถเชื่อมต่อกับโทรศัพท์ของฉันโดยใช้ adb connect และฉันสามารถ adb shell ได้ด้วย แต่เมื่อฉันไปที่ Run-> Device Chooser ไม่มีอุปกรณ์อยู่ที่นั่น ฉันควรทำอย่างไรเพื่อเชื่อมต่อ adb Android Studio ของฉัน เมื่อฉันเสียบผ่าน USB มันจะปรากฏในรายการ
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.