Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bastos/ohai-android
- Owner: bastos
- Created: 2010-07-12T05:32:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-12T05:46:53.000Z (over 14 years ago)
- Last Synced: 2023-04-11T19:34:14.310Z (almost 2 years ago)
- Language: Mirah
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.