我想在我的 android 应用程序中使用 akka,但在转换过程中出现以下错误:
Dx processing akka/kernel/Main$.class...
Dx processing akka/kernel/Main$$anon$1.class...
Dx
trouble writing output: No expanded opcode for 01ffb17a AkkaException.scala:20@000b: invoke-direct v0:NffffLakka/AkkaException$$anonfun$stackTraceToString$1;, scala.runtime.AbstractFunction1.<init>:()V
Conversion to Dalvik format failed with error 2
我正在使用 akka 2.0.1 和 adt 18.0.0.v201203301601-306762。
有没有办法克服这个问题?