Re: Re: [scala] Scalandroid
Matt,
> with my own classes. This fixed the NoClassDefFoundError, but now I
> get something worse. The onCreate() method of each activity must call
> super.onCreate(). The phone checks for this and throws an exception
> otherwise. But if I try to call super.onCreate() in my Scala code, I
> get a NoClassDefFoundError.
It would be good to find out more about this. Certainly, Android would
be a great target for Scala programs if we could get it to work. Can
you give more details about the error your encountered? Which class
was not found?
Thanks
-- Martin