轉載請註明來源。
html
對話框,NumberPicker,專項訓練入口界面,新兵、文職人員專欄,自動更新。android
dependencies { compile project(':BDIntegrationSDK_LibProject') }
在settings.gradle中設置以下:app
include ':BDIntegrationSDK_LibProject' project(':BDIntegrationSDK_LibProject').projectDir = new File(rootDir/mnt/sdcard2/.android-support/ BDIntegrationSDK_LibProject ) //存放庫的路徑
而後就着手把eclipse版本的整理成gradle版本的庫。須要說明的是若是庫放在工程app文件夾的同級目錄裏能夠不用settings.gradle文件。 最後Lib包弄不進去,我乾脆把庫刪掉,把所需文件挨個放工程裏。
新體能評定軟件使用手冊:http://www.cnblogs.com/hele-two/p/penew_reference.htmleclipse