Skip to content Skip to sidebar Skip to footer

Converting From Dip To Px

I currently have this running with the stack output below as it is throwing up an error. Resources r = getResources(); float pix = TypedValue.applyDimension(TypedValue.COMP

Solution 1:

I don't even really see what your question is, but the error seems as though it's caused by a String resource that isn't being found (Maybe try Fixing Android project properties?)

Caused by: android.content.res.Resources$NotFoundException: String resource ID #0xe at 

Maybe if you explain more what you want, I can try to help more.

Post a Comment for "Converting From Dip To Px"