Hi,
I am a newbie with Processing and I tryed to use the Android Mode.
After installing it following instruction at android.processing.org, I found that the example (at android.processing.org/tutorials/getting_started/index.html ) doesn't work.
This error appear into the console:
ERROR in C:\Users\me\AppData\Local\Temp\android2462465000772794310sketch\src\processing\test\sketch_160822b\MainActivity.java (at line 58) public void onRequestPermissionsResult(int requestCode, String permissions[], int[] grantResults) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method onRequestPermissionsResult(int, String[], int[]) of type MainActivity must override a superclass method
I don't know what it's mean and how to fix it.
thanks to anyone who can help me.
other info:
I'm using the 3.2 version of processing on Windows(x64).