liftdeadtrees
liftdeadtrees

Reputation: 441

How to build the Android support package

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.

Upvotes: 3

Views: 1775

Answers (1)

djpeinado
djpeinado

Reputation: 1001

You must add every folder inside extras/android/compatibility/v4/src as independent source folder to get sources in project properly.

Upvotes: 4

Related Questions