-1

I imported the project to eclipse and got these errors:

The type com.octo.android.robospice.persistence.exception.SpiceException cannot
be resolved. It is indirectly referenced from required .class files

and

The import com.octo.android.robospice.persistence.DurationInMillis cannot be
resolved

enter image description here

I think it is missing java build path

savanto
  • 4,470
  • 23
  • 40

1 Answers1

0

The robospice jar should be in your libs folder as all of its dependencies, please follow the setup instructions on RoboSpice wiki pages on Github.

Snicolas
  • 37,840
  • 15
  • 114
  • 173