I've been trying to use Akka 2.5 in an Android app for a while but didn't succeed at it. I've encountered many issues :
- First failure when using Android standard library was an
IndexOutOfBound
on R8 when referencingAkka
Methods incom.android.tools.r8.graph.OffsetToObjectMapping
- Second failure when using Retrolambda was the app that crashes when trying to instantiate an
ActorSystem
with aClassNotFoundException
on theMainActivity
Has anyone succeeded in using Akka 2.5 with Android ? If yes, how do I do to fully support Akka 2.5 on Android ?