as 模块 使用 android stdio modules
1.在gradle 中添加 变量
# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx1536m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true # org.gradle.parallel=true COMPILE_SDK_VERSION=24 BUILD_TOOLS_VERSION=24.0.3 JUNIT_VERSION=4.12 SUPPORT_VERSION=24.2.1 #verticalrefreshlayout LIB_MINI_SDK_VERSION=16 LIB_TARGET_SDK_VERSION=24 #sample SAMPLE_MIN_SDK_VERSION=16 SAMPLE_TARGET_SDK_VERSION=23
2.修改app 中 引用
apply plugin: 'com.android.application' android { compileSdkVersion Integer.parseInt(COMPILE_SDK_VERSION) buildToolsVersion BUILD_TOOLS_VERSION defaultConfig { applicationId "cn.baoyou.curiousby.com.newrproject" minSdkVersion SAMPLE_MIN_SDK_VERSION targetSdkVersion SAMPLE_TARGET_SDK_VERSION versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile "com.android.support:appcompat-v7:$SUPPORT_VERSION" compile "com.android.support:recyclerview-v7:$SUPPORT_VERSION" compile "com.android.support:design:$SUPPORT_VERSION" compile 'com.tomergoldst.android:tooltips:1.0.6' compile 'q.rorbin:badgeview:1.0.5' compile 'com.muddzdev:styleabletoast:1.0.5' compile 'com.wang.avi:library:2.1.3' testCompile "junit:junit:$JUNIT_VERSION" compile project(":verticalrefreshlayout") compile project(":xrecyclerview") }
3. 选择 file -> new -> import module
3. 下载 github 上一些开源 module 引入
本文 是引用 github xrecyclerview 链接https://github.com/curoiusby/XRecyclerView
4. 修改开源 module 中 配置
5. snyc now
6.test
补充内容:
as 快捷键
注释代码(//) | Cmd + / | Ctrl + / |
注释代码(/**/) | Cmd + Option + / | Ctrl + Shift + / |
格式化代码 | Cmd + Option + L | Ctrl + Alt + L |
清除无效包引用 | Option + Control + O | Alt + Ctrl + O |
查找 | Cmd + F | Ctrl + F |
查找+替换 | Cmd + R | Ctrl + R |
上下移动代码 | Option + Shift + Up/Down | Alt + Shift + Up/Down |
删除行 | Cmd + Delete | Ctrl + Y |
扩大缩小选中范围 | Option + Up/Down | Ctrl + W/Ctrl + Shift + W |
快捷生成结构体 | Cmd + Option + T | Ctrl + Alt + T |
快捷覆写方法 | Cmd + O | Ctrl + O |
快捷定位到行首/尾 | Cmd + Left/Right | Ctrl + Left/Right |
折叠展开代码块 | Cmd + Plus,Minus | Ctrl + Plus/Minus |
折叠展开全部代码块 | Cmd + Shift + Plus,Minus | Ctrl + Shift + Plus,Minus |
文件方法结构 | Cmd + F12 | Ctrl + F12 |
查找调用的位置 | Ctrl + Option + H | Ctrl + Alt + H |
大小写转换 | Cmd + Shift + U | Ctrl + Shift + U |
捐助开发者
在兴趣的驱动下,写一个免费
的东西,有欣喜,也还有汗水,希望你喜欢我的作品,同时也能支持一下。 当然,有钱捧个钱场(支持支付宝和微信捐助,加入it技术扣扣群),没钱捧个人场,谢谢各位。
谢谢您的赞助,我会做的更好!
相关推荐
android官网下载的android stdio,我放在网盘了,可以通过网盘链接下载哦
首先,"androidstdio学生选课系统"是一个针对安卓平台的应用,它利用了Android Studio的强大功能,旨在为学生提供便捷的选课体验。选课系统是高校教育管理的重要组成部分,能够帮助学校高效地管理和调度课程资源,...
为了实现从Android Studio到STM32的完整通信链路,你还需要了解基本的电子电路知识,包括如何连接USB转串口模块(如CH340或FTDI)或蓝牙模块(如HC-05)到STM32开发板。确保硬件连接正确,电源稳定,通信线路上没有...
### Android Studio 快捷键详解 对于从 Eclipse 转向 Android Studio 的开发者而言,熟悉新的集成开发环境(IDE)的快捷键是非常重要的一步。这不仅能够提高编码效率,还能帮助开发者更快地适应新环境。以下是从...
本文将详细讲解如何使用提供的“android stdio3.0汉化文件”来汉化Android Studio 3.0版本,以便于中文用户更方便地进行开发工作。 首先,了解Android Studio 3.0的汉化过程。Android Studio的界面默认语言通常是...
自己用android stdio 写的日历APP,把源代码上传到这里供大家交流学习!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
在Android开发中,BMI(Body Mass Index,身体质量指数)是一种常见的健康评估工具,通过体重与身高的比例来判断一个人的体重是否处于健康范围。在这个项目中,我们使用Android Studio来实现一个简单的BMI计算器,...
在本项目中,“QQ实战客户端android stdio”指的是使用Android Studio开发QQ客户端的实践教程。Android Studio是Google推出的一款强大的集成开发环境(IDE),专为Android应用开发设计,支持Java、Kotlin等多种编程...
在这个最简单的例子中,我们将探讨如何在Android Studio(AS)项目中实现二维码的生成,主要依赖于ZXing(Zebra Crossing)库。ZXing是一个开源的条码读取库,支持多种格式,包括二维码。 首先,我们需要将ZXing库...
"android stdio工程仿通讯录实现字母排序列表"这个项目旨在帮助开发者掌握如何在Android Studio环境下构建这样一个功能。 首先,我们需要了解Android Studio,它是Google官方推出的Android应用开发集成开发环境...
在这个“android stdio 简易记事本notepad示例程序”中,我们将深入探讨如何利用Java语言和Android Studio来创建一个基本的记事本应用,该应用使用SQLite数据库进行数据存储,并支持用户对笔记进行添加、删除、查询...
1. 下载:首先,你需要从官方网站下载对应版本的Android Studio,"androidstdio2022.1.1.20-windows"即为2022年1月1日发布的第20个版本,适用于Windows操作系统。 2. 安装:双击下载后的安装文件,按照向导提示进行...
以下是关于"基于Android的BlueTooth开发手机蓝牙和蓝牙模块通讯"的详细知识点: 1. **蓝牙权限**:首先,Android应用在使用蓝牙功能前需要在`AndroidManifest.xml`文件中声明`<uses-permission>`,添加`android....
本文将详细解析"蓝牙串口源码Android stdio版本"这一项目,帮助开发者理解如何使用Android Studio进行蓝牙串口编程,以及与蓝牙模块HC-05的通信。 首先,"蓝牙串口源码"是指使用Java或Kotlin语言编写的代码,它实现...
在Android开发领域,Android Studio是官方推荐的集成开发环境(IDE),它为开发者提供了高效、便捷的工具来创建、测试和调试Android应用。本实践记录将深入探讨Android Studio的使用技巧,涵盖项目创建、布局设计、...
【基于Android系统的日程管理应用】是一个综合性的项目,它涉及到Android开发中的多个核心知识点,包括数据存储、用户界面设计、事件处理以及提醒服务。在这个应用中,开发者使用了Android SDK来构建一个功能完备的...
在Android开发中,Android Studio是官方推荐的集成开发环境(IDE),它为开发者提供了便捷的工具来构建、调试和发布应用程序。本示例主要聚焦于Android Studio中的文件操作,特别是`SharedPreferences`的使用,这是...
java开发抖音视频源码! 安装说明: 安卓语言是:android stdio 苹果语言是:OC 环境是:php5.6 数据库是:sql5.5 伪静态设置:thinkphp 上手有难度,自测一下吧!!
在Android开发中,Android Studio是官方推荐的集成开发环境(IDE),它提供了强大的功能来帮助开发者构建、测试和调试应用程序。在Android Studio中,我们经常遇到各种配置文件,其中之一就是`.ini`文件。`.ini`文件...