This is a small issue with Eclipse when dealing with the ADT.
Question:
When importing projects into Eclipse, the name is not coming up correctly. Even though it should just be the name (ex. "HelloWorld"), the name is actually tied to the package name (ex. "com.blah.HelloWorld"). I personally like the smaller name for the "Project Name" as it is easier to deal with in the Project Navigator. This happens when using the "android" option under the import window. If I use the "general" option, the issue does not happen.
I can just stick to using the general option when importing, but I feel the android option should work just fine. Any ideas??