-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClassCastException on Device Selection screen (Android 2.2) #12
Comments
any update on this? I'm getting the same error |
I'm getting the same issue:
|
Same here |
same here, please suggest answer for it, resolve it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get this error:
java.lang.ClassCastException: com.android.tools.idea.run.ConnectedAndroidDevice cannot be cast to com.android.ddmlib.IDevice
When I have both a device on USB and an emulator open and I try to connect on Wifi I get the above error (ClassCastException).
If I close the emulator the select device screen is skipped and the device is correctly attached.
Android Studio 2.2 Beta 3
Build #AI-145.3225885, built on August 26, 2016
JRE: 1.8.0_76-release-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
This is the full stacktrace:
The text was updated successfully, but these errors were encountered: