In light of
this post it seems that it is possible to access the android java libraries from within a Processing script sketch, however when I type
import android.hardware.Camera
for example, the libraries are not found. They are installed on my system (I have ran the Android SDK HelloWorld) but they don't seem to be on my Processing 'path'
How can I link these libraries into my Processing path?