The project cannot be built until build path errors are resolved

10k Views Asked by At

i dowloaded from here:

http://sourceforge.net/projects/redpin/files/release-3.1/RedpinAndroid.zip/download

i am using win8, ECLİPSE eclipse-standard-kepler-SR1-win32

i imported project and googled this problem. I tried project > clean section , it didnt work. and also i tried properties > java build path > add library > jre system library for adding redpind library , it didnt work either. how can i solve this problem? thank you.

errors is:

The project cannot be built until build path errors are resolved

Project 'RedpinAndroid' is missing required Java project: 'RedpinCore'

enter image description here these are classes enter image description here this is properties>buildpath enterd image description here this is error page

1

There are 1 best solutions below

1
On

This project depends another project named RedpinCore, so in order to build this, you need to reference the place where RedpinCore project resides, so that your project can find needed class definitions. Instead of this, you can remove this dependency, and add this jar to your classpath. The same classes can also be found in this.

Right click on your project Build Path/Configure Build Path...

Under Projects tab, right click on this project dependency and remove it.

Then copy the jar to your project and add it to your classpath.