Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bastos/ohai-android

A hello world Android app written in Duby
https://github.com/bastos/ohai-android

Last synced: about 1 month ago
JSON representation

A hello world Android app written in Duby

Awesome Lists containing this project

README

        

# Ohai

Hello, Android! It's Duby!

This is the most basic example of how you can build Android app using
Duby. For stuff that goes beyond the build process, please see
[Garrett](http://github.com/technomancy/Garrett).

## Compilation

Copy local.properties.example to local.properties and edit it to point
to your SDK. If you're not targeting Android 2.1, you might need to
edit default.properties too.

Then you should be set to do "ant debug", and an apk file should be
generated in the bin/ directory.