Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to know what these errors means in android (eclipse )
spacially in the console.

2013-08-23 14:57:48 - wifidirectdiscovery] W/ResourceType( 1592): Bad XML block: header size 83 or total size 5892984 is larger than data size 0 [2013-08-23 14:57:48 - wifidirectdiscovery] D:\Android. Projects\workspace4\wifidirectdiscovery\res\layo ut\fragment_chat.xml:18: error: Error parsing XML: unbound prefix [2013-08-23 14:57:48 - wifidirectdiscovery] D:\Android Projects\workspace4\wifidirectdiscovery\res\men u\wi_fi_service_discovery.xml:3: error: Error: No resource found that matches the given name (at 'title' with value '@string/action_settings'). [2013-08-23 14:59:55 - wifidirectdiscovery] W/ResourceType( 3288): Bad XML block: header size 92 or total size 6417632 is larger than data size 0 [2013-08-23 14:59:55 - wifidirectdiscovery] D:\Android Projects\workspace4\wifidirectdiscovery\res\men u\wi_fi_service_discovery.xml:3: error: Error: No resource found that matches the given name (at 'title' with value '@string/action_settings').
Posted
Comments
Sergey Alexandrovich Kryukov 23-Aug-13 11:19am    
Not enough information. You should look at the reported position in the XML file. Isn't that obvious?
I ordered the access to your D:\Android Projects\workspace4\wifidirectdiscovery\res\men u\wi_fi_service_discovery.xml file, but my secret spy network works slowly today, because of increased number of requests like that. Please understand that breaking into your computer needs some time.
—SA

1 solution

It is difficult to find an error because you don't format that error description.But what i have seen,possibly-
C#
Error: No resource found that matches the given name (at 'title' with value '@string/action_settings')

this line describes the error most.So check your resource string at string.xml file related with 'title'.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900