I am new to Android Development. Actually, I haven't started yet because I always get the error: "Package name not valid" when trying to create a new Project in Netbeans 6.9.1. I've installed Android SDK (path is set in NB) and Platforms are available. Does anyone know what I've done wrong or how I could solve my problem. I want to start soon.

Sincerely

link|improve this question

75% accept rate
Can you show the package name in question? – Heiko Rupp May 6 '11 at 7:32
feedback

2 Answers

For creating a package use a dot, not a space, example:
android.bug not android bug

link|improve this answer
this one really works the sample name is really tricky.. XD – Christopher Pelayo Jan 13 at 0:01
feedback

It has to be in reverse DNS format (e.g. com.example). More info here.

link|improve this answer
It can be, but does not need to be. 'foo' is a valid package name. – Heiko Rupp May 6 '11 at 7:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.