[ANN] ruboto-core 0.3.3 released!

The Ruboto team is proud to announce the release of ruboto-core 0.3.3.

ruboto-core is a framework for writing full Android apps in Ruby. It
includes support libraries and generators for creating projects,
classes, tests, and more.

New in version 0.3.3:

Features:

  • Move gem definition to Gemfile.apk to avoid IDE confusion
  • Expand content of JARs in GEMs into libs/bundle.jar
  • Improved the “update_scripts” tasks to ensure APK is up to date

You can find a complete list of issues here:

https://github.com/ruboto/ruboto-core/issues?milestone=6&state=closed

Installation:

To use ruboto-core, you need to install a Java JDK, the Android SDK,
Apache ANT, and a Ruby implementation. Then do (possibly as root)

gem install ruboto-core

To create a project do

ruboto gen app --package <your.package.name>

You can find an introductory tutorial at

If you have any problems or questions, come see us at http://ruboto.org/

Enjoy!


Uwe K.
[email protected]