• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps No Properties and Build Target in new Android project

Hi i'm a newbie in android development. i recently installed eclipse 3.5.2, sdk platform andoid 1.6, api 4 revision 4 and google APIs by google inc. i also set the path for sdk. but everytime i tried clicking the new android project, the build target and project doesn't show up. the only thing that appears is the 'Project Name', 'the location', and the working set. i put the screenshot in the attachment. hope you can help me solve this.
 

Attachments

  • screen.jpg
    screen.jpg
    222.6 KB · Views: 86
i tried that too but after filling up the project name, the build target still won't appear and also the Properties(app name, package name, etc). please see the attachment, its the screen cap of the new android project.
 
Oh dear. I predict difficult times ahead for you if you can't manage to successfully navigate a wizard.


  1. Enter the name of your project. After you do, you'll notice that the Next button becomes enabled.
  2. Click the Next button.
  3. Put a tick in the box next to the version of Android you want to target.
  4. Click the Next button.
  5. Enter the package name of the package you want your classes (or more specifically your activities) to be in.
  6. Click the Finish button.
 
Back
Top Bottom