Try move the focus to the "Build Target " with Tab key. Then press
blank key twice to select the target. You can change the build target
with down/up arrow key.  After you fill out the "Package name", you
need to select the target again(with Tab/blank/arrow key), that
happened on my desktop(ubuntu 9.04). Then you can continue with the
new project wizard. But I got a blank error window after I click
finish. My workaround is create the project with command-line, then
create the new project in eclipse  with the already exist project
created by command-line. Following is the command:

android create project \
--target <target_ID> \
--name <your_project_name> \
--path /path/to/your/project \
--activity <your_activity_name> \
--package <your_package_namespace>

 http://developer.android.com/guide/developing/other-ide.html

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
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