Tuesday, June 29, 2010

A proguard builder for Scala + Android

I just put up code for an Eclipse builder to make it simpler to build Scala projects for Android.

http://github.com/banshee/AndroidProguardScala

It's still pretty rough, but it gets the job done.

1 comment:

Paraschiv Andrei said...

Hi,

I don't know a lot about eclipse but I do want to try out scala on android.
I read the readme file but I got lost at the second step.

Add the AndroidProguardScala builder to the dropins directory of your eclipse installation.

How do I do that?
Do I copy the contents of the bin folder to the dropins folder? Or do I make another folder there and copy the contents to that folder?

How do I add the scala android nature to my project afterwords?