set up the Android Cocos2d-x development environment on Windows 7

I follow the steps of 《How to set up the Android Cocos2d-x development environment on Windows 7》.When I run project as Android Application, I got the errors:
[2014-02-07 15:46:31 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
[2014-02-07 15:46:31 - HelloCpp] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.

version: cocos2d-x-2.2.2

If I change the cocos2d-x version to 2.2, the errors dispel.