erik
erik

Reputation: 4958

signed apk behaving weird

Recently I developed a launcher app for a Samsung tab 2 running android 4.0.3. During development/debugging everything was running fine. But when I created a release/signed apk we started experiencing problems with font rendering and the system home button not behaving properly.

Tested it again on the same tablet upgraded to 4.0.4 and everything was fine again.. can anyone tell me why?

Upvotes: 0

Views: 93

Answers (1)

petey
petey

Reputation: 17170

I believe that the Galaxy Tab 2 reported its pixel density as 170dpi and screen bucket of hdpi in 4.0.3 . This was fixed in 4.0.4 to report as mdpi. I know this personally as I work on a comic reader application as was a pain in the ass to compensate for.

This answer has way more definitive information. I hope this helps you Erik.

Upvotes: 1

Related Questions