Hello @brendanarnold
Did you get any further with this problem of not finding the android java libraries?
I appear to be having the same problem and I have seem various other threads on here asking the same thing.
I have this SDK installed and set up ok (projects from eclipse are compiling fine and running on the emulator using various libraries) but if I try and include any android libraries in a processing in sketch in android mode e.g.
import android.media.*;
It builds and launches ok but I'm getting:
No library found for android.media
Any ideas? Running processing 0194. Many thanks.