0

I have basically just downloaded the newest android and eclipse bundle from Google, and upgraded the sdks to the newest versions. As well as installed the adt plugin.

Well... now all content of any library projects wont get recognized.

They are included fine as Libraries, but I get a red x whenever a class tries to reference anything from a library project. (Edit: the problem is that any library reference cannot be resolved.)

Nothing works. Cleaning, restructuring, restarting. The jars from the Library projects aren't being included in the bin folders anymore, and I can understand that that is from the new build system upgrade. But this also break everything!

Has anyone had a similar problem, and hopefully a solution?

(I am also running Windows 7 64 bit)

Andreas Rudolph
  • 1,226
  • 19
  • 28

1 Answers1

-1

whatever library project you are using should have common support v4 jar file in lib folder, so get the updated support v4 libary and replace all old v4 libary with that updated one.

still getting a error then post your logcat log

Yuval Itzchakov
  • 146,575
  • 32
  • 257
  • 321
krunal patel
  • 2,369
  • 1
  • 11
  • 11