We are about to switch to a new forum software. Until then we have removed the registration on this forum.
With the update of processing i have problems to connect the device in android mode. Also the emulator didn't run. The errors:
Failure [INSTALL_FAILED_DEXOPT] Shutting down any existing adb server... Exception in thread "AndroidDevice: logcat process monitor" java.lang.IllegalStateException: I didn't know about device UBE0216329000293! at processing.mode.android.Devices.deviceRemoved(Devices.java:266) at processing.mode.android.Device.shutdown(Device.java:295) at processing.mode.android.Device$1.run(Device.java:278) at java.lang.Thread.run(Thread.java:748)
This also happens with a simple sketch with only the setup() so I think there are no code problems. The SDK was downloaded automatically and before the update all works correctly. Please, someone can help me? (Yes, usb debug is on)
Answers
This is a very important piece of info. What update? If you revert back to the prev version, would that fix the issue?
Also https://forum.processing.org/two/discussion/21588/running-sketches-on-my-smartphone-does-not-work-anymore#latest
Kf
The update is the 3.3.2, before I had the 3.3.1. After your comment I have uninstall processing (the folder too) and I have install the 3.3.1, but now give me the same error and I don't understand why. Now the message is:
Failure [INSTALL_FAILED_DEXOPT] Shutting down any existing adb server...
Hello I have the same problem after the same update than you Just remove from sdk manager the android sdk platform tools and the build tools version 26 rc1 in the preview channel And install the 25.2.5 After that restart Processing 3.3.3 and it's work again for me Good luck