$ 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 ?
$ 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 ?
Gdy uruchamiam w trybie debugowania , aplikacja ulega awarii, ale gdy uruchamiam ją normalnie, działa. Myślę, że problem występuje, gdy podłączony jest debugger. Log: A/art: art/runtime/jdwp/jdwp_event.cc:661] Check failed: Thread::Current() != GetDebugThread() (Thread::Current()=0x7f44a18400,...
UPDATE miał duplikat to pytanie o bycie stucking w „ Czekając na Debugger ” podczas wykonywania Run , podczas gdy kwestia ta jest na bycie stucking w „ Czekając na Debugger ” podczas wykonywania Debug , kroki, aby produkować problem jest inny, a roztwór ( s) są również różne. Za każdym razem,...
Jestem w stanie połączyć się z moim telefonem za pomocą połączenia adb, a także mogę adb shell. Ale kiedy idę do Run-> Device Chooser, nie ma tam żadnych urządzeń. Co powinienem zrobić, aby podłączyć mój (połączony) adb Android Studio? Kiedy podłączam go przez USB, pojawia się na liście...