« Return to Thread: Re: [scala] Scalandroid

Re: Re: [scala] Scalandroid

by martin odersky-2 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

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

 « Return to Thread: Re: [scala] Scalandroid