Android Bad Graphics

Whenever I run my android app on my Galaxy S2 (android version 2.3.6), the bottom 25%, and the right-most 25% are cut off. Also, whenever I to go tap one of my buttons, the touch registers some offset below where I actually touch the screen.

The attached photo shows sort of what I’m talking about how the screen is cut off. My actual touch is the small red circle, while the perceived touch is the small blue circle.

The screen is definitely cut-off and not just re-sized, because when I lock and immediately unlock the phone (or take a screenshot), the screen renders perfectly normal after.

I’ve also attached a [logcat][1] as the app loads and renders these messed-up graphics.

93444-appproblem.jpg

I have a Similar problem, are you using UMG and did you notice if it’s just the UI?

I am not using the UMG UI. Just a CameraActor with an “Orthographic” projection and set with a “SetViewTargetWithBlend” function. The buttons are actors, and the background is just a sprite.

I was able to fix my issue by enabling “Project Settings>Platforms>Android>Show launch image”

I already had that option enabled when this issue started to occur.