Hi !
I have the following error in AndroidManifest xml file
<activity class=".FriendFinder" android:label="@string/main_title">
Eclipse wrote that "Tag <activity> missing the required attribute name"
and in the other class files R.string.xxx variables defined in the strings.xml can not be resolved
Do you know what I made wrong.Your help will be welcome
Best regards





