我有一个使用eclipse的旧android项目,
以下代码适用于https://github.com/codepath/android_guides/wiki/Settings-with-PreferenceFragment
dependencies {
// your other dependencies...
compile 'com.takisoft.fix:preference-v7:25.3.0.0'
}
我希望在eclipse中将依赖项添加到我的旧项目中,我该怎么办?谢谢!
答案 0 :(得分:0)
建议:
创建" lib"文件夹并将所有罐子保存在文件夹中。
随后,使用Project => Properties => Java Build Path => Libraries => Add JAR
将