您好,登錄后才能下訂單哦!
Please note that there are two important JARs in AndroidAnnotations:
androidannotations-X.X.X-api.jar
要加入至專(zhuān)案的Lib
androidannotations-X.X.X.jar只有在編譯APK的時(shí)候才會(huì)用到
將 androidannotations-X.X.X-api.jar放置libs資料夾
將 androidannotations-X.X.X.jar
放置不同的資料夾,不用放在libs裡面
在專(zhuān)案上點(diǎn)擊右鍵 > "Properties"
點(diǎn)擊Java Compiler
,JDK要在1.6以上
Java Compiler > Annotation Processing
選擇 Enable annotation processing
Java Compiler > Annotation Processing > Factory Path
and add the processor JAR : androidannotations-X.X.X.jar
.
確定專(zhuān)案有重建
Java Build Path > Libraries
and add the API JAR : androidannotations-X.X.X-api.jar
開(kāi)始使用AndroidAnnotations
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。