风斗 风斗
3年前
Kotlin 协程中,关于 runBlocking, launch ,withContext ,async,doAsync 之间的简单区别
引入大佬的话,Kotlin的协程,本质上是一个线程框架,它可以方便的切换线程的上下文(如主线程切换到子线程/子线程切回主线程)。而平时我们要想在AndroidStudio使用协程,先要在gradle引入协程依赖:implementation"org.jetbrains.kotlinx:kotlinxcoroutinescore:1.3.3"
Stella981 Stella981
3年前
Android Studio 升级和新版本下载
开源中国这里不时可以看到AndroidStudio升级的消息,但是去http://developer.android.com/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdeveloper.android.com%2F)只能下载到老版本不说,还不能自动更新。经过网上搜索发现需要
Stella981 Stella981
3年前
Android Studio教程01
\TOC\1.主目录!(https://oscimg.oschina.net/oscnet/f583fcdce401cf424bf9ae18ec3214f6551.png)1..gradle和.idea这两个目录下放置的都是AndroidStudio自动生成的一些文件,我们无须关心,也不要去手动编辑。2.
Stella981 Stella981
3年前
Manifest合并
通过AndroidStudio和基于Gradle(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.gradle.org%2F)的构建,每个app都可以在多个位置包含manifest文件,比如productFlavor的src/main/文件夹,libraries,Android
Stella981 Stella981
3年前
Android 学习之Android Studio的下载和安装以及无法安装 intel HAXM问题的解决
前提:已完成Java运行环境的全部配置1.Android开发工具AndroidStudio的下载和安装:(自行百度)2.下载AndroidSDK以及设置环境变量:2.1AndroidSDK(自行百度下载)SDK:(softwaredevelopmentkit)软件开发工具包
Stella981 Stella981
3年前
Flutter 使用Android Studio 创建第一个应用
Flutter使用AndroidStudio创建第一个应用1创建应用!在这里插入图片描述(https://oscimg.oschina.net/oscnet/up9ecc5b3e45c9c29188c11613841f0917.png)2选择Flutterapplication!在这里插入图
Stella981 Stella981
3年前
Android Studio 3.1 Beta 1发布,如何及时下载更新
每次收到AndroidStudio更新提示,总是延迟一段时间才能下载的到或者更新成功。架梯子也不行。而且更新检测也是时断时续。!(https://oscimg.oschina.net/oscnet/cc570f081f057cd7ad954159a3a7d238726.jpg)!(https://oscimg.oschina
Wesley13 Wesley13
3年前
3.运行第一个NDK程序
创建支持C/C的新项目创建支持原生代码的项目与创建任何其他AndroidStudio项目类似,不过前者还需要额外几个步骤:1.在向导的 Configureyournewproject 部分,选中 IncludeCSupport 复选框。2.点击 Next。3.正常填写所
Stella981 Stella981
3年前
Android Studio 使用总结
1.关闭安装向导打开AS安装目录下的bin目录里面的idea.properties文件,添加一条禁用开始运行向导的配置项:disable.android.first.runtrue2.运行卡(1)由于分配内存过低造成的&160;解决办法:打开androidstudio目录下找到:studio64.exe.vmoptions文
Stella981 Stella981
3年前
Android studio 好用插件
很全:https://ydmmocoo.github.io/2016/06/28/AndroidStudio%E6%8F%92%E4%BB%B6%E6%95%B4%E7%90%86/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fydmmocoo.github.io%2F201