Hi,
 

> Caused by: java.lang.ClassNotFoundException: 
> com.optrak.experiment.SettingTasksFSM.Task
> (That is a Scala case class in our code).
>

Looks like you need a ProGuard rule like this:

-keep classcom.optrak.experiment.SettingTasksFSM$.Task { *; }

Nick

>

-- 
You received this message because you are subscribed to the Google Groups 
"scala-on-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to