Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e80b521

Browse files
committed
Release 1.4.1 again
1 parent 35e64c3 commit e80b521

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title : Ruboto 1.4.1
3+
layout: post
4+
category: news
5+
---
6+
Subject: [ANN] Ruboto 1.4.1 released!
7+
8+
The Ruboto team is pleased to announce the release of Ruboto 1.4.1.
9+
10+
Ruboto (JRuby on Android) is a platform for developing full stand-alone
11+
apps for Android using the Ruby language and libraries. It includes
12+
support libraries and generators for creating projects, classes, tests,
13+
and more. The complete APIs of Android, Java, and Ruby are available to
14+
you using the Ruby language.
15+
16+
New in version 1.4.1:
17+
18+
Bugfixes for the 1.4.0 release.
19+
20+
Features:
21+
22+
* Issue #779 Differentiate the default dex heap size for 32-bit systems
23+
* Issue #780 Update "rake log" to handle output from Android 6.0
24+
* Issue #782 Do not commit the keystore by default
25+
* Issue #789 Add support for JRuby 1.7.24
26+
27+
Bugfixes:
28+
29+
* Issue #783 Don't report changing emulator properties when they are not
30+
actually changed
31+
* Issue #784 Improve haxm install with/without "-y" and "--upgrade"
32+
options (donv)
33+
* Issue #785 Setup never finds Platform SDK
34+
* Issue #786 Use $ANDROID_HOME instead of android executable location to
35+
find platforms (ahills)
36+
* Issue #790 Fix "--update" option for "ruboto setup"
37+
38+
Performance:
39+
40+
* Issue #787 Refresh the benchmark server layout and design
41+
42+
Support:
43+
44+
* Issue #749 Invalid maximum heap size: -Xmx4096M
45+
* Issue #761 JDK 7
46+
47+
Internal:
48+
49+
* Issue #773 Release 1.4.1
50+
51+
You can find a complete list of issues here:
52+
53+
* https://github.com/ruboto/ruboto/issues?state=closed&milestone=40
54+
55+
56+
Installation:
57+
58+
To use Ruboto, you need to install a Ruby implementation. Then do
59+
(possibly as root/administrator)
60+
61+
gem install ruboto
62+
ruboto setup -y
63+
64+
To create a project do
65+
66+
ruboto gen app --package <your.package.name>
67+
cd <project directory>
68+
ruboto setup -y
69+
70+
To run an emulator for your project
71+
72+
cd <project directory>
73+
ruboto emulator
74+
75+
To run your project
76+
77+
cd <project directory>
78+
rake install start
79+
80+
You can find an introductory tutorial at
81+
https://github.com/ruboto/ruboto/wiki
82+
83+
If you have any problems or questions, come see us at http://ruboto.org/
84+
85+
Enjoy!
86+
87+
88+
--
89+
The Ruboto Team
90+
http://ruboto.org/

0 commit comments

Comments
 (0)