How to build the Android support package

醉酒当歌 提交于 2019-12-10 21:50:11

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/9526769/how-to-build-the-android-support-package

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!