ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

android tutorial teleop: missing ids in R.java of honeycomb

asked 2012-05-06 04:36:53 -0500

Kat gravatar image

updated 2012-05-06 04:39:02 -0500

Hi

In the MainActivity of android_tutorial_teleop there are some things wrong I think:

In MainActivity.java these are used:

  • R.id.virtual_joystick_snap
  • R.id.virtual_joystick
  • R.id.visualization

And in res/menu/settings_menu.xml

  • @+id/virtual_joystick_properties
  • @+id/virtual_joystick_snap

And in res/layout/main.xml

  • @+id/virtual_joystick

The compiler looks for these ids in the R.java of android_honeycomb_mr2 but the only (relevant) id that is in there is public static int virtual_joystick_layout=0x7f05003b;.

How can I solve this. I could really use this tutorial.

Cheers!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-05-14 09:53:12 -0500

Kat gravatar image

I rebuild android_core and the problem is solved.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-05-06 04:36:53 -0500

Seen: 787 times

Last updated: May 14 '12