android development on netbeans
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/Resou开发者_如何学CrceType( 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?
the Android SDK was designed to work with Eclipse, so i would recommend you switch. I realise this is not the answer you were looking for, but in the long run you will save time unless someone continues the nbandroid project (which was updated 1 year ago). also you will receive support here quicker.
Edit: Netbeans is being maintained as a dev platform for Android (through the nbAndroid plugin).
精彩评论