strider
strider

Reputation: 17

problems with importing android project

i have imported an existing android project into eclipse, it says The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project tet Unknown Java Problem

Upvotes: 0

Views: 1740

Answers (3)

vishwa kiran
vishwa kiran

Reputation: 21

In Eclipse, do the following after selecting your project

  1. Project -> Properties -> Resource -> Android

  2. Check the appropriate target Name (ie Android 2.3.3)

  3. Apply

Upvotes: 2

Pete
Pete

Reputation: 3872

Right click your project, and in the "Android" section, make sure you have a version checked.

Upvotes: 0

GBa
GBa

Reputation: 18397

Add the JDK libraries to the build path in the project properties.

Upvotes: 1

Related Questions