Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 692 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 692 Bytes

Mirahndroid

This project (tentatively called Mirahndroid) generates an Android app that's ready for you to write in Mirah.

Getting Started

Before you use it, you'll need to install all of the things that you'd need to compile an Android app--the JDK and the Android SDK. Obviously, you'll need mirah as well, and mirahc will have to be in your path.

Usage

Create an app using mirahndroid create (use mirahndroid help create to see the params).

You can compile your app by running ant debug in the root of your app.

Install it by running adb install -r bin/YourAppName-debug.apk

License

Mirahndroid is licensed under the MIT License. See COPYING for the full text.