Reputation: 17
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
Reputation: 21
In Eclipse, do the following after selecting your project
Project
-> Properties
-> Resource
-> Android
Check the appropriate target Name (ie Android 2.3.3)
Apply
Upvotes: 2
Reputation: 3872
Right click your project, and in the "Android" section, make sure you have a version checked.
Upvotes: 0