工程中添加Android Dependencies
时间:2014-03-21 18:51:25
收藏:0
阅读:557
在project.properties添加
# Project
target.
target=android-19
android.library.reference.1=../SlidingMenuLib
android.library=false
表示把与工程文件夹所在同一目录的SlidingMenuLib工程加到Android Dependencies。
工程中添加Android Dependencies,布布扣,bubuko.com
原文:http://www.cnblogs.com/xingyyy/p/3616242.html
评论(0)