斗鱼 异常
错误: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)
=======