# TemplateSimpleProject **Repository Path**: kaopuke/TemplateSimpleProject ## Basic Information - **Project Name**: TemplateSimpleProject - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2021-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TemplateSimpleProject 简化版的Android空壳模版工程,快速搭建(集成了XUI、XUtil、XAOP、XPage、友盟统计和walle多渠道打包) ## 关于我 [![github](https://img.shields.io/badge/GitHub-xuexiangjys-blue.svg)](https://github.com/xuexiangjys) [![csdn](https://img.shields.io/badge/CSDN-xuexiangjys-green.svg)](http://blog.csdn.net/xuexiangjys) [![简书](https://img.shields.io/badge/简书-xuexiangjys-red.svg)](https://www.jianshu.com/u/6bf605575337) [![掘金](https://img.shields.io/badge/掘金-xuexiangjys-brightgreen.svg)](https://juejin.im/user/598feef55188257d592e56ed) [![知乎](https://img.shields.io/badge/知乎-xuexiangjys-violet.svg)](https://www.zhihu.com/people/xuexiangjys) ## 集成介绍(请star支持) > 本项目是项目androidx项目。精选了X系列最最实用的几个库,可大大提高开发的效率。 * [XUI 一个简洁而优雅的Android原生UI框架,解放你的双手!](https://github.com/xuexiangjys/XUI) * [XUtil 一个方便实用的Android工具类库!](https://github.com/xuexiangjys/XUtil) * [XAOP 一个轻量级的AOP(Android)应用框架。囊括了最实用的AOP应用。](https://github.com/xuexiangjys/XAOP) * [XPage 一个非常方便的fragment页面框架。](https://github.com/xuexiangjys/XPage) 除此之外,还集成了其他优秀的第三方库: * [AndroidAutoSize 优秀的屏幕适配方案](https://github.com/JessYanCoding/AndroidAutoSize) * [butterknife 控件依赖注入框架](https://github.com/JakeWharton/butterknife) * [leakcanary 内存泄漏检测](https://github.com/square/leakcanary) ## 使用方式 1.克隆项目 ``` git clone https://github.com/xuexiangjys/TemplateSimpleProject.git ``` 2.修改项目名(文件夹名),并删除目录下的.git文件夹(隐藏文件) 3.使用AS打开项目,然后修改`包名`、`applicationId`和`app_name` * 修改包名 ![templateproject_1.png](https://img.rruu.net/image/5f7dc0116fde9) ![templateproject_2.png](https://img.rruu.net/image/5f7dc01368e64) * 修改applicationId ![templateproject_3.png](https://img.rruu.net/image/5f7dc0139f92d) * 修改app_name ![templateproject_5.png](https://img.rruu.net/image/5f7dc010d270d) ## 项目打包 1.修改工程根目录的`gradle.properties`中的`isNeedPackage=true`。 2.添加并配置keystore,在`versions.gradle`中修改`app_release`相关参数。 3.如果考虑使用友盟统计的话,在`local.properties`中设置应用的友盟ID:`APP_ID_UMENG`。 4.使用`./gradlew clean assembleReleaseChannels`进行多渠道打包。 ## 如果觉得项目还不错,可以考虑打赏一波 > 你的打赏是我维护的动力,我将会列出所有打赏人员的清单在下方作为凭证,打赏前请留下打赏项目的备注! ![pay.png](https://img.rruu.net/image/5f871d00045da) ## 联系方式 > 更多资讯内容,欢迎扫描关注我的个人微信公众号:【我的Android开源之旅】 ![gzh_weixin.jpg](https://img.rruu.net/image/5f871cfff3194)