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

  1. replace project package instead of android.r. example , com.exaple.helloworld (your package)
  2. delete gen , bin folder
  3. clean your project.project=>clean.
    , 4. restart eclipse.

hope fully, problem solved.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -