天天看點

eclipse添加AndroidAnnotations

一:下載下傳AndroidAnnotations架構,解壓得到兩個檔案androidannotations-api-3.0.1.jar和androidannotations-3.0.1.jar

下載下傳位址:http://download.csdn.net/download/qq_33615172/9520265

二:将androidannotations-api-3.0.1.jar放在工程的libs目錄下

eclipse添加AndroidAnnotations

右鍵項目建立檔案夾,命名為compile-libs,将androidannotations-3.0.1.jar放入檔案夾

eclipse添加AndroidAnnotations

三:右鍵項目依次選擇:

eclipse添加AndroidAnnotations
eclipse添加AndroidAnnotations

點選Add JARs...将compile-libs下的jar包添加進去

eclipse添加AndroidAnnotations

四:點選Apply,點yes,再點選OK,點yes,這樣我們的架構就配置完畢了

eclipse添加AndroidAnnotations

下載下傳位址:http://download.csdn.net/download/qq_33615172/9520265