Android App development error: “Bad XML block: header size 60 or total size 3932356 is larger than data size 0” [closed]
I checked other posts that were similar and they recommended to clean the build path, but that did not help at all. I have started android app development and am having a frustrating problem with adding a menu to an activity. <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" > <item android:id="@+id/save_tea" android:title="@string/save_tea_label" /> </menu> This throws the "Bad XML block: header size 60 or total size 3932356 is larger than data size 0" in the Eclipse console. I have a menu for the main app activity and it works fine, but