0

How to run android application on netbeans 6.5?

If i running the application means i got following error,

W/ResourceType( 1968): Bad string block: string #14 extends to 1847, past end at 60

How to resolve this issue?

bharath
  • 14,283
  • 16
  • 57
  • 95

1 Answers1

1

Guys it's only theory. I mean nbandroid - Netbeans plugin for Android. It's still in deep beta (version 0.10) and is too buggy to be used for real development. I have spent several days trying to use it. In the end I have managed to run some simple HelloWorld alikes but for more complicated things - it's unworkable.

IMHO there are only 3 ways to develop Android applications: Eclipse, Intellij IDEA and from command line tools. My choice is Intellij IDEA - it's better than Eclipse equipped with Google's plugin.

Barmaley
  • 16,638
  • 18
  • 73
  • 146