"Android Private Libraries" doesn't appear in project

10,700

Solution 1

I found the problem - I just recently added a new library project as a dependency, and it had an earlier version of android-support-v4.jar in its Android Private Libraries than the one I was using, so that ended up causing the entire Android Private Libraries folder not to be generated in the end project.

Found this out by looking at the Android Console after trying to build.

Solution 2

May be try the following steps

Please update question with eclipse screen shot to get more clarity on problem you face :)

Solution 3

  1. check console
  2. you can find android-support-v4.jar in two paths
  3. Go to those path manually and replace the android-support-v4.jar with larger size

thats it!!it works for me:-)

Share:
10,700
saarraz1
Author by

saarraz1

Updated on August 17, 2022

Comments

  • saarraz1
    saarraz1 over 1 year

    The "Android Private Libraries" item is missing from my project (it doesn't appear in the Project Explorer in Eclipse)... It appears as though it isn't getting built into the project either, as I'm getting various errors regarding jar files in my "libs" folder...

    It does appear in Java Build Path (yet it appears to be empty - no jar files appear under it in the Libraries tab), though, and I did make sure it is checked there.

    If it is of any relevance, the project at hand has a lot of Android library project dependencies as well, and in those library projects the jar files under libs/ do appear under Android Private Libraries.

  • selva_pollachi
    selva_pollachi over 9 years
    @saarraz1 Cheers !! thanks. I deleted support library then it works