Trying to deploy the sample code in post http://forums.coronalabs.com/topic/37282-how-can-one-capture-cameragallery-return-result-in-android-native-code/
Gives the error.
unregisterActivityResultHandler(com.mycompany.simpleluaextension.CallLuaFunction)
[javac] location: class com.ansca.corona.CoronaActivity
[javac] activity.unregisterActivityResultHandler(this);
[javac] ^
[javac] /Users/xxxxx/xxxxx/xxxx/xxxx/xxxx/android/src/com/mycompany/simpleluaextension/CallLuaFunction.java:112: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] 4 errors
¿Not implementing the interface CoronaActivity.OnActivityResultHandler?
¿Why?