How do I import the android.* libraries into my Processing project?
- import android.hardware.Camera
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.
@Jesse Scott Yes it appears to. I see the new release (0195) has addressed this bug http://forum.processing.org/topic/processing-0195-now-posted
However, I just download 0195 and now my sketches are completely screwed - can't find SDK etc, nothing works! Anyway, that is another story
ok 0195 is running fine actually, false alarm. My initial problem was with a proxy settings on my one of my machines here when trying to update the SDK. I have tried it on another machine, updated the SDK through the SDK manager and 0195 is now working as expected. Contributed libraries appear to be working too. Nice.