I love these cryptic names for packages related to android. I use Android Studio and Processing. Android Studio started misbehaving about the same time that google started bugging me to upgrade. I finally gave in and upgraded and its been a nightmare since. Nothing works right, or it will kinda work and then it suggests more downloads and my internet connection is very slow.
The problem for Processing Android Mode is that it uses adb to connect to the device and upload the compiled apk. If I try to use Processing in Android Mode to run a sketch on device, it now fails and says its looking for ant and something about some xml files.
I can upload using a terminal in the adb directory if I copy paste an apk there, but that’s just the wrong way to do things. Is there something I can do to fix this so Processing is happy again?