Can't Resolve Error in AndroidManifest for android_tutorial_hokuyo

asked 2015-01-19 15:17:17 -0600

hat13 gravatar image

I'm trying to run this app on my tablet, but is crashing due to can't resolve errors in the android manifest. The resolve occurs for : android:name="MainActivity" <activity android:name="org.ros.android.MasterChooser"/> <service android:name="org.ros.android.NodeMainExecutorService"/>

These errors also occur in the manifest of the other packages in the rosjava. I was wondering if anyone knew how to fix this since I can't seem to find anything on this site related to this or on google.

edit retag flag offensive close merge delete