
android studio
easyboot
愿断一切恶,愿修一切善。
展开
-
android studio app内存分析
下面是官网的说明https://developer.android.google.cn/studio/profile/memory-profilerview->Tool Windows-> profiler原创 2021-08-10 17:27:23 · 314 阅读 · 0 评论 -
android databinding的坑
不知为什么我的程序加入dataBinding就不能编译。旧的/* dataBinding { enabled = true }*/新的 buildFeatures { dataBinding = true// for view binding : viewBinding = true }会出现如下所示的错误信息Unable to lo...原创 2021-07-16 22:14:02 · 692 阅读 · 2 评论 -
android studio 新建文件自动增加文件注释说明
File->Settings原创 2021-06-19 15:29:45 · 661 阅读 · 1 评论 -
android studio 新版本打开旧版本代码出现的问题解决办法
12指定JDK2.1这里是jdk下载地址。我选择是JDK113.代码出现如下图所示的错误新Unable to load class 'javax.xml.bind.annotation.XmlSchema'.This is an unexpected error. Please file a bug containing the idea.log file.4 .百度结果是gradle版本问题目前是3.0.14.1修改版本为:3.2.0+...原创 2021-06-15 14:54:48 · 14313 阅读 · 0 评论 -
android studio 出现错误unable to find valid certification path to requested target
1.在build.gradle中加入maven { url'https://maven.aliyun.com/repository/public'}maven { url'https://maven.aliyun.com/repository/google'}maven { url'https://maven.aliyun.com/repository/jcenter'}就正常了加入后点击下面的图标没有错误就ok了...原创 2020-12-11 15:24:12 · 409 阅读 · 0 评论