sinkuri256 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

incorrect syntax in new Ruby script template #527

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What device(s) are you experiencing the problem on?

  Motorola Cliq MB200

What firmware version are you running on the device?

  1.5

What steps will reproduce the problem?
1. Open SL4A on Android device.
2. Menu -> Add -> JRuby-1.4 to start editing a new script.

What is the expected output? What do you see instead?

  expected:

require "android";
droid = Android.new

  actual:

require "android";
droid = Droid.new

What version of the product are you using? On what operating system?

  SL4A r3 on Android 1.5

Original issue reported on code.google.com by apotheon on 4 Mar 2011 at 5:06

GoogleCodeExporter commented 9 years ago
Can I just get a confirmation that this is needed?

Original comment by rjmatthews62 on 17 Mar 2011 at 10:38