Skip to content

rladstaetter/android-akka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Akka

This project serves as an example how to setup a project with maven to deploy a scala app which uses Akka.

Instructions

Android SDK dependencies

Install everything from the SDK manager. Yes, everything.

Deploy android sdk to maven locally

git clone https://github.com/srcreigh/maven-android-sdk-deployer
cd maven-android-sdk-deployer
mvn install

Install the zinc incremental compiler

brew install zinc
zinc -start

Build the app

cd android-akka
mvn install

Deploy the app to your device

adb install target/android-akka.apk

Then, run the app on your device.

About

example project setup for android, scala, maven and akka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages