So, I am trying to learn Android mode thru Scott C's 4 part tutorial. here at http://arduinobasics.blogspot.com/2013/03/arduino-basics-bluetooth-android.html
The problem is when I try to simulate his Android/Processing Sketch 3: BluetoothChecker2 on my phone, I get several errors on the onActivityResult and startActivityForResult.
the function onActivityResult does not exist somehow so it might by a problem with the library and for the startActivityForResult I am having errors on @Override.
I am currently running sketch on Processing 3.0 and API 22 but Scott's settings on that time he made the tutorial was on Processing 2.0 Beta and API 10. The reason why i am running on API 22 is because I cannot seem to target the API 10 SDK even though I have already downloaded it using SDK Manager.