Your choice of package name is suspicious. It must match the package
name you used for HelloMapView. Did you use the same name? Was the
finish button grayed out just before you clicked on it?

Eclipse is buggy, but this does not sound like a familiar bug. You
should have got an error message if it had trouble reading your
project configuration to figure out where to put the new class, You
may want to search the Eclipse bug database.

On Feb 8, 4:19 am, yodaa <yodaa...@gmail.com> wrote:
> Somehow I didn't answered post to the whole group on last reply...
> (@Kitzy: anyway, thanks for your feedback...).
>
> I ] Steps to encounter the issue within an Android Project in Eclipse
> IDE (Map HelloMapView tutorial):
>
> 1.1 )  Right clic on my project folder
> 1.2 )  New > Class:
> * Source folder: "MyProjectName/src" (filled by default)
> * Package: "com.mypackagename" (either tried manually & using "browse"
> feature)
> * Enclosing type: leaved unchecked
> * Name: "HelloItemizedOverlay"
> * Modifiers: public
> * Superclass: "com.google.android.maps.ItemizedOverlay"
> * Interfaces: leaved blank
> * Which method stubs would you like to create?
> --> Constructor from superclass: checked
> --> Inherited abstract methods: checked
>
> And clic on the finish button doesn't do anything.
>
> II ] Steps to encounter the issue within a regular Java test project:
>
> 2.1 ) Create new Java test project
> 2.2 )  Right clic on my test project folder
> 2.3 )  New > Class:
>
> * Source folder: "MyTestProjectName/src" (filled by default)
> * Package: "com.mytestpackagename" (either tried manually & using
> "browse" feature)
> * Enclosing type: leaved unchecked
> * Name: "testJavaClassApp"
> * Modifiers: public
> * Superclass: "java.lang.Object"
> * Interfaces: leaved blank
> * Which method stubs would you like to create?
> --> public static void main (String[] args): checked
> --> Constructor from superclass: unchecked
> --> Inherited abstract methods: checked
>
> And clic on the finish button doesn't do anything: seems like my issue
> is not specific to Android SDK (just hypothesis, of course).
>
> Any feedback would be appreciated.
> Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to