I had manually placed a copy of ouya-sdk.jar in my project/libs folder. I believe this was an attempt to resolve NoClassDefFoundError exceptions when calling OuyaController.init. I have removed the old jar and the game can now call startOfFrame.
Tha…
Should this have been fixed in V1.0.7?
I still get a NullPointerException when calling startOfFrame(). I too have called OuyaController.init(activity) beforehand.