在Galaxy S4和S8图像上使用毕加索不会出现在S8上

时间:2018-02-14 14:19:24

标签: android picasso galaxy

在调试模式下测试S8和S4我在S8上的Android Studio Console中得到以下内容,但图像无法显示:

D/ViewRootImpl@182d6d5[GetEncounters]: 
ViewPostImeInputStage processPointer 0
D/ViewRootImpl@182d6d5[GetEncounters]: 
ViewPostImeInputStage processPointer 1
D/ScrollView:  onsize change changed 
D/skia: --- SkAndroidCodec::NewFromStream 
returned null
D/skia: --- SkAndroidCodec::NewFromStream 
returned null
D/skia: --- SkAndroidCodec::NewFromStream 
returned null
D/skia: --- SkAndroidCodec::NewFromStream 
returned null
D/TcpOptimizer: [com.pottssoftware.woodyplants] 
Full closed: sid=92, tcpi_state=8
V/NativeCrypto: SSL shutdown failed: 
ssl=0x7f65fb37c8: I/O error during system call, 
Broken pipe
D/ViewRootImpl@182d6d5[GetEncounters]: 
ViewPostImeInputStage processPointer 0
D/ViewRootImpl@182d6d5[GetEncounters]: 
ViewPostImeInputStage processPointer 1 

在控制台的S4上我得到:

D/ViewRootImpl: ViewPostImeInputStage 
ACTION_DOWN
E/libEGL: call to OpenGL ES API with no current 
context (logged once per thread)
D/ViewRootImpl: ViewPostImeInputStage 
ACTION_DOWN
W/Settings: Setting airplane_mode_on has moved 
from android.provider.Settings.System to 
android.provider.Settings.Global, returning 
read-only value.   

S8上的Android版本在S4上为7.0,版本为5.0。 S8上没有应用程序权限。

1 个答案:

答案 0 :(得分:0)

前一段时间有类似问题,某些手机拍摄的照片无法显示。 最后,我转而使用Glide,它与Picasso基本相同,语法几乎相同。

https://github.com/bumptech/glide