Fix: remove hasInitialDeviceList() call that throws UnsupportedMethodException#58
Conversation
|
|
dead0ba to
ce975cd
Compare
Thank you very much, my colleague found the bug, but I couldn't reproduce it and was wondering what the problem was. |
| # for insight into build numbers and IntelliJ Platform versions. | ||
| sinceBuild=253.28294.334 | ||
| pluginVersion=26.04.12.0 | ||
| pluginVersion=25.05.26.0 |
There was a problem hiding this comment.
Are you sure that you didn't mean 26.05.26.0 here?
| pluginVersion=25.05.26.0 | |
| pluginVersion=26.05.26.0 |
There was a problem hiding this comment.
Thanks!!! 26.05.25.0 ))))
1c081ba to
89cb71e
Compare
AndroidDebugBridge.hasInitialDeviceList()кидаетUnsupportedMethodExceptionв новых версиях Android Studio (из-заAdbLibAndroidDebugBridge-совместимости). Это ломалоisReady()и устройства не загружались.Fix: убрать вызов
hasInitialDeviceList(), оставив только проверкуisConnected.