Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocorall/activator-hello-scaloid
The Hello Scaloid Tutorial for Typesafe Activator
https://github.com/pocorall/activator-hello-scaloid
Last synced: 3 months ago
JSON representation
The Hello Scaloid Tutorial for Typesafe Activator
- Host: GitHub
- URL: https://github.com/pocorall/activator-hello-scaloid
- Owner: pocorall
- License: other
- Created: 2013-09-23T22:12:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-23T23:09:13.000Z (over 11 years ago)
- Last Synced: 2023-03-12T10:12:01.374Z (almost 2 years ago)
- Language: Scala
- Homepage: http://scaloid.org
- Size: 121 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Hello Scaloid for sbt
This is a template project that can be a starting point of a new [Scaloid](https://github.com/pocorall/scaloid) project.
This contains minimum code as possible; therefore easy to run, examine and extend.
Prerequisites
-------------
* sbt 0.13.0 or above
* Android SDKBuild
-----
You can build using sbt:$ sbt android:package
This will compile the project and generate an APK.
For more command, refer to [Android SDK plugin for sbt](https://github.com/pfn/android-sdk-plugin).
Troubleshooting
---------------### Build error `Android SDK build-tools not available`
[The most likely cause of this error is that your SDK build-tools are old.](https://github.com/pfn/android-sdk-plugin/issues/13) Update the Android SDK and retry.Further Reading
---------------
- [Scaloid](https://github.com/pocorall/scaloid)
- [Scaloid APIdemos](https://github.com/pocorall/scaloid-apidemos)
- [Android SDK plugin for sbt](https://github.com/pfn/android-sdk-plugin)