I was working on an Android tutorial and wanted me to import the library from another project. Import worked, and the project worked correctly. But I noticed that it messed up some of my other projects (those using Android 2.1), apparently messing around with the building method. Now instead of seeing the “Google API [Android 2.1]” in the gen folder, I see "Unable to get system library for project" .
I checked the following:
I right-clicked the project and went to Properties . I see that the correct build target of the project (Google API [Android 2.1]) has been verified, but "Unable to get the system library for the project" still appears above the assets folder and below gen and Android Dependencies. Clearing all projects does not help.
How can I fix this problem? is there any way to solve this problem all over the world or do i need to do it one by one?
android eclipse android-intent
Pandiyan Muthu Aug 27 '12 at 12:21 2012-08-27 12:21
source share