In this question, the only fix involves rebuilding the Android support library from it’s source. I’m not sure how to do this. In Eclipse, I’ve tried: File -> Import -> General -> File System -> with path-to-SDK/extras/android/support/v4/src/. This imported all of the files. Then I added android.jar for version 14 to the build path. This still gave me a ton of errors, and I’m not sure how to export a jar with the fixed source. Any help would be greatly appreciated.
In this question, the only fix involves rebuilding the Android support library from it’s
Share
You must add every folder inside extras/android/compatibility/v4/src as independent source folder to get sources in project properly.