3.0 beta on android 2.3

Is there anyone have problem with cocos2d-x 3.0 beta on android 2.3 device?
I tested and found it’s not working properly.

It should support 2.3, can you tell me what kind if issues are you having?

I tested the latest develop branch an hour ago.

press hardware button(ex. back button). the screen is frozen.

01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again 01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again 01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again 01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again 01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again 01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again 01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again 01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again 01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again 01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again 01-16 15:28:29.650: E/cocos2dx/nativeactivity.cpp(5413): Failure reading next input event: Try again

it seems Native Activity problem on android 2.3.

I have the same problems with the ouya controller (android 4.1.2 API-16)

Maybe this could be the solution:

https://developer.nvidia.com/content/nativeactivity-input-crashes-and-anrs-simple-fix-dangerous-bug

@Juan Alfonso Sierra thanks.

I used and tested the code on page of your link. it works fine perfectly.

Lee, Jae-Hong wrote:

@Juan Alfonso Sierra thanks.

I used and tested the code on page of your link. it works fine perfectly.

I fixed the issue at https://github.com/cocos2d/cocos2d-x/pull/5242. Thanks for your feedback.