Amandeep singh
Amandeep singh

Reputation: 1883

Error while running programe?

there is an error while i am running my application? can anybody tell me why this error appeared and how to resolve it.

ERROR IS :[2011-02-23 17:46:48 - diffrentviews] W/ResourceType( 4072): Bad XML block: header size 166 or total size 0 is larger than data size 0 [2011-02-23 17:46:48 - diffrentviews] C:\Documents and Settings\a.singh\workspace\diffrentviews\res\menu\main_menu.xml:7: error: No resource identifier found for attribute 'alphabeticShortcuts' in package 'android'

Upvotes: 1

Views: 240

Answers (1)

Tanmay Mandal
Tanmay Mandal

Reputation: 40198

It is android:alphabeticShortcut ,not android:alphabeticShortcuts ..

There is an extra s.

Upvotes: 1

Related Questions