android:screenOrientation="landscape" Does not work with SDL 2.60

It worked fine in SDL 2.10.

UPDATE

I tried this SDL_SetHint(SDL_HINT_ORIENTATIONS, “LandscapeLeft LandscapeRight”); seems to work.

Try android:screenOrientation="userLandscape". That’s what I settled on, which makes more sense for most cases. Also using the hint that way is the best way.