Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rolandtritsch/scala-android

My first Scala Android project
https://github.com/rolandtritsch/scala-android

Last synced: about 19 hours ago
JSON representation

My first Scala Android project

Awesome Lists containing this project

README

        

# My first Scala Android project

What you need to do to make it work ...

* install sbt
* install the Android SDK and download platform level 19 (this is the one I am using)
* clone this repo to ``
* you either need to set ANDROID_HOME or you need to run `android project update -p /scala-android`
* create an [avd](http://developer.android.com/tools/devices/managing-avds-cmdline.html) (I recommend to use the Google API target) and start the emulator
* run `sbt install`
* open HelloActivity on the emulator

... and you should be in business.