landscape view on android prob

Dear Team

i took that latest release, previously i was using code from the trunk directly and following the rule described at:
http://www.cocos2d-x.org/projects/cocos2d-x/wiki/About_device_orientation
it s the Portrait that i see and not the lanscape.
work well on IOS but not on android .
i set landscape of course as orientation.







any idea why this change of behavior ???
kind regards
david

so it works if the following line is commented + the xml settings from the previous messageā€¦.
// pDirector~~>setDeviceOrientation;
it s quite wierd that if you set the pDirector~~>setDeviceOrientation(kCCDeviceOrientationLandscapeLeft); it doenst behave like it, but it s not a big problem :wink:

Kind regards
david