I'm trying to develop on android's platform. I'm working with netbeans and using this tutorial: Introducing Android Development with NetBeans. I seem to have everything installed properly, and have no trouble creating android projects, but when I try to debug I get several error messages like,
W/ResourceType( 3449): Bad string block: string #0 extends to 1029, past end at 60
followed by several which look like
AndroidManifest.xml:5: error: No resource identifier found for attribute 'label' in package 'android'
Does anyone know what might be causing this or how I could fix it?