I initially thought it was exclusively for official libraries like the support library. However any time I add a custom JAR using the \"Add to build path\" menu item, it automat
I don't have any problem with custom jars. They are only in Reference Libraries in my case. I suggest you to look at Order and Export
tab in java build path
properties.Just check all the custom jars and uncheck all the Android specific libraries. If you want all jars in Reference Libraries then check all jars and clean your project.