#ScalikeJDBC on Android SQLite
#How to use
- Install Android SDK.
- Install Android API 5.1 via
android
command. - Fill the path to your android SDK directory in
local.properties.template
. - Rename
local.properties.template
tolocal.properties
. - Connect your Android device with your machine via USB.
- Run
sbt android:run
command.