Dimon喰

2015-11-02 00:44

配置build.gradle就可以了。apply plugin: 'com.android.application'

apply plugin: 'android-apt'

def AAVersion = '3.3.2'

android {

compileSdkVersion 22

buildToolsVersion "22.0.1"

defaultConfig {

applicationId "com.example.androidannotation"

minSdkVersion 19

targetSdkVersion 22

versionCode 1

versionName "1.0"

}

buildTypes {

release {

minifyEnabled false

proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

}

}

}

dependencies {

compile fileTree(dir: 'libs', include: ['*.jar'])

testCompile 'junit:junit:4.12'

compile 'com.android.support:appcompat-v7:22.2.1'

compile 'com.android.support:design:22.2.1'

apt "org.androidannotations:androidannotations:$AAVersion"

compile "org.androidannotations:androidannotations-api:$AAVersion"

}

apt {

arguments {

androidManifestFile variant.outputs[0].processResources.manifestFile

resourcePackageName 'com.example.androidannotation'

}

}// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {

repositories {

jcenter()

}

dependencies {

classpath 'com.android.tools.build:gradle:1.3.0'

classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'

// NOTE: Do not place your application dependencies here; they belong

// in the individual module build.gradle files

}

}

allprojects {

repositories {

jcenter()

}

}

task clean(type: Delete) {

delete rootProject.buildDir

}

你看着配置一下就可以了。

android studio androidannotations,android studio 没有Annotation Processors 这个选项,求解答。...相关推荐

  1. Android Studio中注解处理器(annotation processors)的增量编译失败分析

    导入第三方aar库后,编译出现如下异常: > Task :app:compileK4t3ReleaseJavaWithJavac FAILED Gradle may disable increm ...

  2. android studio漫画,Android Studio 3.0 更新Gradle 插件填坑

    一.Java8确实快了 为了提升编译速度,这几天用上了 AS 3.0 和 Gradle 3.0 插件,不得不说不论是 AS 3.0,还是 Gradle 3.0 都变化非常大,具体的更新日志参考下官网, ...

  3. webview和android做壳,Android Studio 制作一个 WebView 外壳

    背景 做为一条BS狗,开发应用当然趋向于BS,为了方便维护,降低开发成本,决定只做一个webview做为程序入口,所有的功能页面集中在服务端. 本次踩坑遇到了 js不支持.点击返回直接退出应用.htt ...

  4. Eclipse android 项目转android studio填坑之旅

    以前公司的老项目,是使用eclipse进行开发的,虽然android studio出来了很久,但为了避免迁移会有一些问题,一直忍着没改,但最近谷歌公司上架有要求,要求android的项目要用andro ...

  5. android dimensions.xml,[Android Studio #2] 操作資源XML檔

    利用Android Studio產生出第一個程式後,點擊Project按鈕觀察專案的目錄結構,再研究資源檔的使用方法,同時在第一個程式畫面裡增加另一個文字元件. Android Studio的專案目錄 ...

  6. android studio visual studio 2015,Visual Studio Emulator for Android

    Visual Studio Emulator for Android 11/15/2016 4 分钟可看完 本文内容 Note This article applies to Visual Studi ...

  7. 使用Android Studio搭建Android集成开发环境

    一.Android Studio简单介绍 2013年GoogleI/O大会首次发布了Android Studio IDE(Android平台集成开发环境).它基于Intellij IDEA开发环境,旨 ...

  8. 【Android 逆向】Android 进程注入工具开发 ( Visual Studio 开发 Android NDK 应用 | Visual Studio 中 SDK 和 NDK 安装位置 )

    文章目录 一.Visual Studio 中安装 " 使用 C++ 的移动开发 " 开发库 二.Visual Studio 中安装的 Android SDK 和 NDK 位置 三. ...

  9. 【Android 逆向】Android 进程注入工具开发 ( Visual Studio 开发 Android NDK 应用 | VS 自带的 Android 平台应用创建与配置 )

    文章目录 一.Visual Studio 安装 " 使用 C++ 的移动开发 " 二.Visual Studio 中创建 " 动态共享库(Android) " ...

最新文章

  1. tensorflow GPU python cuda cudnn 匹配
  2. Android官方开发文档Training系列课程中文版:后台服务之IntentService的使用
  3. php mysql-proxy报错_MySQL-proxy代理导致PHP PDO::ATTR_EMULATE_PREPARES的预处理出错,MySQL报General error: 1243错误...
  4. excel柱状图堆叠图显示总和_如何在Excel堆积柱形图中显示合计值
  5. Intel 64/x86_64/IA-32/x86处理器 - 通用指令(1) - 数据传输指令
  6. Google被骂成筛子
  7. C++之判断当前是debug还是realease
  8. R语言初级教程: R编程环境的搭建
  9. OCP 12c最新考试原题及答案(071-4)
  10. VCLSkin皮肤在MDI窗体下的问题
  11. 隐私何在?区块链是隐私保护的安全阀门
  12. Steam流式传输后插耳机没有声音
  13. 题6.12:有一行电文,已按照下面规律翻译成密码: A->Z a->z B->Y b->y C->X c->x即第1个字母编程第26个字母,第i个字母编程第(26-i+1)个字母,非字母字符不变,要求
  14. 让oracle开机自动启动,设置CentOS下开机自动启动Oracle
  15. 使用 NetCat 工具实现远程文件传输
  16. 1919:【02NOIP普及组】选数
  17. 用java实现输入一行字符,分别统计出其中中文汉字、英文字母、空格、数字和其它字符的个数
  18. Androidstudio之TextView点击变色
  19. ICESSL使用备忘
  20. 解决java “错误:编码GBK的不可映射字符 (0xBD)“原创

热门文章

  1. 2018 年度新增开源软件排行榜之国产 TOP 50[转载]
  2. java 下载速度_java下载速度慢啊!!
  3. 内存对齐计算方法(偏移量)
  4. linux声卡驱动arm,AM335x(TQ335x)学习笔记——WM8960声卡驱动移植
  5. 射频模块(SX1278)
  6. 新版JESD625C 和 JESD625B 条款之间的区别变更说明
  7. C#空字符串、空字符、null、ASCII码为0的字符
  8. 网页自动化操作之-全自动下单(淘宝/天猫)
  9. HMI-67-【数据】汽车CAN总线数据读取
  10. bam/sam格式说明--转载