红橙Darren 红橙Darren
3年前
Android Studio插件开发之 - 基础入门篇
1.概述上一期我们已经。如何才能像ButterKnife一样自动给我们生成代码呢?所以我们不得不去了解AndroidStudio的插件开发了。我们在开发的过程中对AndroidStudio的插件应该并不陌生,我们也时常用到比如:  :现在大多数服务端api都以json数据格式返回,而客户端需要根据api接口生成相应的实体类,这个插件把这个过程自动
Stella981 Stella981
3年前
Android编译报错:org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierImpl
新建了一个基于ReactNativeversion0.60.5的新项目,在使用AndroidStudio编译项目的时候build了如下错误:org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierImpl.getModuleIdentifier()从报
Stella981 Stella981
3年前
Android Studio中绘制simpleUML类图详细说明及使用
一、AndroidStudio中安装simpleUML  1、下载simpleUMLjar包    地址为:http://plugins.jetbrains.com/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fplugins.jetbrains.com%2F) 搜索s
Stella981 Stella981
3年前
Android studio 顶部状态栏 的样式 顶部小刘海是否显示 颜色代码 颜色转换
Androidstudio顶部状态栏的样式!在这里插入图片描述(https://imgblog.csdnimg.cn/20200421105253767.jpg?xossprocessimage/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,t
Stella981 Stella981
3年前
AndroidStudio 解决Android方法数超过65535的问题
1.引入依赖dependencies{compile'com.android.support:multidex:1.0.1'}2.启用配置defaultConfig{multiDexEnabledtrue}
Stella981 Stella981
3年前
Android Studio 配置文件build
AndroidStudio配置文件buildAndroidStudio配置文件build说明:1\.根目录下的配置文件:dependencies{classpath'com.android.tools.build:gradle:x.x.x'//比如:classpath'com.android.tools.buil
Stella981 Stella981
3年前
Flutter不完全安裝指南(AndroidStudio集成)
Flutter是谷歌的移动UI框架,可以快速在iOS和Android上构建高质量的原生用户界面。真心無力吐槽這些所谓的中文站以及社区的文档,整理一下安装流程吧。本人是android开发,基于此基础上(androidstudio3.3SDK为28)1.首先下载flutterSdk(https://www.oschina.net/action/G
Stella981 Stella981
3年前
Android 离线人脸识别 ArcFace 2.0 Demo开发分享
环境要求1、运行环境armeabiv7a2、系统要求Android5.0(APILevel21)及以上3、开发环境AndroidStudio下载地址:https://github.com/ArcsoftEscErd/ArcfaceDemo\_Android(https://www.oschina.net/actio
Stella981 Stella981
3年前
Not recognizing known sRGB profile that has
eclipse转androidstudio一直卡在报libpngwarning:iCCP:NotrecognizingknownsRGBprofilethathasbeenedited错误上,网上搜索的教程都是简单的说用工具转换,操作步骤不太仔细,经过多次实践终于把这个问题解决。详细步骤:1、下载ImageMag
Wesley13 Wesley13
3年前
Android Studio 初始新建项目时 build gradle project 超级慢的原因
今天项目崩溃重新新建,结果发现又奇慢无比,第一次用androidstudio的时候也遇到这个问题,这次也是等了近半个小时才搞定,通过查看网络数据信息发现是androidstudio正在从美国服务器下载gradle压缩包,目前程序自动下载的是1.10,不过官网最新版已经是1.11了,我对比了下载的数据体积和1.10版本一模一样,52.4M