android - No resource found that matches the given name in main.xml file -
i doing android programming create broadcastreceiver intercept custom intent. continuously getting same error every time. error: error: no resource found matches given name (at 'title' value '@string/ action_settings').
i ve read answers here , changed code accordingly , added resource in strings.xml file as
"<string name="action_settings">settings</string>"
the problem should fixed still m on zeroth square , same error coming again.
i ve added fourth line of tag in strings.xml file...i.e. android:title="@string/action_settings"/>
, m getting error despite creating resource in strings.xml file.
i grateful helping. in advance.
you can follow step. such as
- replace project package instead of android.r. example , com.exaple.helloworld (your package)
- delete gen , bin folder
- clean your project.project=>clean.
, 4. restart eclipse.
hope fully, problem solved.
Comments
Post a Comment