Closed
Description
I've installed AndroidMode, and finally got it working with Processing (had to download version 3.0a11. Now I'm just trying to do a sample build to make sure it's running properly.
Here's the code I'm trying:
import android.view.MotionEvent;
void mouseDragged() {
MotionEvent me = (MotionEvent) mouseEvent.getNative();
// code here, like me.getHistorySize() and other Android-y things
}
import android.view.MotionEvent;
void mouseDragged() {
MotionEvent me = (MotionEvent) mouseEvent.getNative();
// code here, like me.getHistorySize() and other Android-y things
}
But I just keep getting told that there is no Android view library, or even no Android library if I try import android.*;
Metadata
Metadata
Assignees
Labels
No labels