質問

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.

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top