博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
斗鱼 异常
阅读量:7163 次
发布时间:2019-06-29

本文共 694 字,大约阅读时间需要 2 分钟。

错误:Execution failed for task ':app:compileRetrolambdaDebug'.

> A problem occurred starting process 'command 'D:\android studio\jre\bin\java.exe''

 

【】That is because you enabled multiDex for release builds only, not for debug builds.

试试这个:【】Try this:
defaultConfig {
    multiDexEnabled true
}

=====

 couldn't find "libimagepipeline.so"

这个问题不好解决。 不耽误时间了。先跳过。

======

java.lang.UnsatisfiedLinkError: com.facebook.imagepipeline.memory.NativeMemoryChunk

at com.facebook.imagepipeline.memory.NativeMemoryChunkPool.alloc(NativeMemoryChunkPool.java:60)
at com.facebook.imagepipeline.memory.NativeMemoryChunkPool.alloc(NativeMemoryChunkPool.java:22)

=======

转载于:https://www.cnblogs.com/yue31313/p/7844823.html

你可能感兴趣的文章