关于 fresco 的启动崩溃
A Launch Crash about fresco
java.lang.IllegalMonitorStateException: unlock of unowned monitor on object of type
'com.facebook.common.references.SharedReference' on thread
'Thread[127,tid=3297,Runnable,Thread*=0xb9625800,peer=0x13d473f0,"FrescoDecodeExecutor-4"]'
没遇到过这个问题,希望得到解答,谢谢!
在 runOnUiThread
中加载您的 Fresco 加载器代码
runOnUiThread(new Runnable() {
@Override
public void run() {
//your code
}
});
java.lang.IllegalMonitorStateException: unlock of unowned monitor on object of type
'com.facebook.common.references.SharedReference' on thread
'Thread[127,tid=3297,Runnable,Thread*=0xb9625800,peer=0x13d473f0,"FrescoDecodeExecutor-4"]'
没遇到过这个问题,希望得到解答,谢谢!
在 runOnUiThread
中加载您的 Fresco 加载器代码runOnUiThread(new Runnable() {
@Override
public void run() {
//your code
}
});