Android Studio版本是1.5.1
配置步驟如下:
1、在build.gradle(Project)文件中配置:
classpath ‘com.neenbedankt.gradle.plugins:android-apt:1.4’
build.gradle(Project)
2、在build.gradle(module)文件中配置:
build.gradle(module)
apply plugin: ‘android-apt’
def AAVersion = ‘3.3.1’
apt “org.androidannotations:androidannotations:AAVersion”compile“org.androidannotations:androidannotations−api: AAVersion”
apt {
arguments {
androidManifestFile variant.outputs[0].processResources.manifestFile
resourcePackageName “com.example.administrator.mytext”
}
}
build.gradle(Project)
build.gradle(Project)
build.gradle(Project)
然後就OK了。
更多Android Studio相關內容可以看看以下的有用鏈接:
在Ubuntu 15.04下安裝Android Studio http://www.linuxidc.com/Linux/2015-06/119318.htm
Android Studio 2.0中的模擬器已提速50倍 http://www.linuxidc.com/Linux/2015-11/125481.htm
Ubuntu 12.04(64位)安裝Android Studio 全過程 http://www.linuxidc.com/Linux/2013-05/84812.htm
Android Studio使用教程 http://www.linuxidc.com/Linux/2013-05/84579.htm
Ubuntu 14.10 環境下安裝使用Android Studio http://www.linuxidc.com/Linux/2016-04/130043.htm
Android Studio開發指南 http://www.linuxidc.com/Linux/2013-05/84543.htm
Android Studio設置主題 和 不支持中文的問題解決方法 http://www.linuxidc.com/Linux/2013-05/84488.htm
Android Studio 下載安裝以及不能打開的解決辦法 http://www.linuxidc.com/Linux/2013-05/84409.htm
Android Studio安裝使用圖文教程 http://www.linuxidc.com/Linux/2014-09/106914.htm
Android Studio 的詳細介紹:請點這裡
Android Studio 的下載地址:請點這裡