android monitor throw E/HW-JPEG-DEC after update to android 7

Kamil Imiełowski :

after update phone to android 7 when i build app again Android Monitor throw error:

E/HW-JPEG-DEC: HME_JPEG_DEC_Delete: HME_JPEG_DEC_Delete: decoder_ctx=null

Lana.Manaseer :

I was face this problem and some of the design on my app didn't appear,

after long search I found the problem and it was with scrollView rotate attribute,

So if you use any scrollView or autoScrollViewPager or gridView or any type of view that using scroll, please check if you use any attribute that related to rotation or direction for the scrollView like android:rotateY = "180".

instead of using this, try to use android:scaleX="-1".

This help me to fix my problem.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=436420&siteId=1