Android Studio常用插件

转载:https://blog.csdn.net/crazy1235/article/details/48598803

[-]

  1. Android Studio常用插件
    1. ButterKnife
    2. codota
    3. Genymotion
      1. 安装HAXM
    4. postfix
    5. GosnFormat
    6. Android Parcelable code generator
    7. Android Methods Count
    8. Material Theme UI
    9. AS初体验

1ButterKnife的使用

参考https://blog.csdn.net/pigdreams/article/details/65448149

1.1准备工作

在app下的gradle里添加

apply plugin: 'com.android.application'

 //添加插件不是必须
 apply plugin: 'com.jakewharton.butterknife'
//添加依赖
implementation 'com.jakewharton:butterknife:8.5.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'

在app外的gradle文件中添加依赖

dependencies {
        classpath 'com.android.tools.build:gradle:2.3.0'
        //加入下面这段代码
        classpath 'com.jakewharton:butterknife-gradle-plugin:8.5.1'

在AS中安装插件


2.ignore插件使用

https://www.cnblogs.com/baiqiantao/p/3b74475c29653d84e2df8e9b92e8eec6.html


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值