AndroidStudio中使用的dependencies的含义:

来源:互联网 发布:《网络黑白》 编辑:程序博客网 时间:2024/05/17 16:42
 compile 'com.zhy:autolayout:1.3.6'  //屏幕适配 compile 'com.jakewharton:butterknife:7.0.1' //一键生成findViewbyid和ViewHodler compile 'com.facebook.fresco:fresco:0.12.0' //一个加载图片的框架 compile 'com.facebook.fresco:imagepipeline-okhttp:0.12.0' compile 'com.facebook.fresco:animated-base-support:0.12.0' compile 'com.facebook.fresco:animated-gif:0.12.0' compile files('libs/jpush-android-2.1.7.jar') //极光推送 compile 'com.android.support:design:23.0.0'  //TabLayout的出现
0 1
原创粉丝点击