随笔分类 - 安卓
摘要:看到网上很多人说改安装路径下的simple.xml.ftl里面的内容即可,可自己4.2.1版本并不存在 Android Studio\plugins\android\lib\templates\activities\common\root\res\layout 这个路径 实际上不需修改配置文件。打开
阅读全文
摘要:如图,报错提示无法确定values.xml文件中macro标签的类型,根本原因在于配置文件版本问题, 看一下app目录下的build.gradle文件,将 dependencies 闭包下这两行 implementation 'androidx.appcompat:appcompat:1.5.1'
阅读全文
摘要:报错信息: Please remove usages of `jcenter()` Maven repository from your build scripts and migrate your build to other Maven repositories. This repository
阅读全文
摘要:新项目运行出现以下异常 Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the co
阅读全文
摘要:在Android studio 遇到的问题 这句话的意思是生成工具版本33.0.0安装已损坏。删除并重新安装使用SDK管理器。 #网上解决该报错得方式有两种 一种是系统报错提示的方式,重新安装其它版本的SDK, 另外一种是重命名33.0.0的两个文件 d8.bat 和 d8.jar(将两个文件名中的
阅读全文
摘要:windows下使用git bash拉代码报错如下: Unable to negotiate with 192.168.133.58 port 29418: no matching host key type found. Their offer: ssh-rsa fatal: Could not
阅读全文