Android-Android Studio-FAQ

1 需求


2 接口


3 Android Studio xml布局代码补全功能失效问题

最终解决方案就是尝试修改compileSdk 为不同SDK版本来解决问题,将原本34修改为32测试会发现xml代码补全功能有效了!

参考资料

Android Studio xml布局代码补全功能失效问题_android studio开发布局xml时属性没有自动补齐提示-CSDN博客


3 Can't determine type for tag '<macro name="m3_comp_assist_chip_container_shape">?attr/shapeAppearanceCornerSmall</macro>'

使用最新版本的SDK33新建项目时,直接编译会有如下报错

Can't determine type for tag '<macro name="m3_comp_bottom_app_bar_container_color">?attr/colorSurface</macro>'

经过排查,是app目录下的build.gradle文件配置有问题,须将dependencies配置项的

implementation 'androidx.appcompat:appcompat:1.5.1'

implementation 'com.google.android.material:material:1.7.0'

修改为:

implementation 'androidx.appcompat:appcompat:1.4.1'

implementation 'com.google.android.material:material:1.6.0'

参考资料:

[Android Studio报错]Can't determine type for tag '<macro name="m3_comp_bottom_app_bar_container_color"_can't determine type for tag-CSDN博客


3 解决android studio build Output中文乱码

参考资料

解决android studio build Output中文乱码_android studio build out 输出乱码-CSDN博客


4 参考资料

相关推荐
隐-梵15 小时前
Android studio学习之路(六)--真机的调试以及多媒体照相的使用
android·学习·android studio
stevenzqzq15 小时前
Android Studio Logcat V2 使用指南(适配 2024 年版本)
android·ide·android studio
Yang-Never16 小时前
OpenGL ES -> SurfaceView + EGL实现立方体纹理贴图+透视效果
android·kotlin·android studio·贴图
ŧ榕树先生1 天前
稳定的Android studio版本安装教程
android·ide·android studio
Yang-Never1 天前
Open GL ES ->GLSurfaceView在正交投影下的图片旋转、缩放、位移
android·开发语言·kotlin·android studio·贴图
wodongx1231 天前
Android Studio安装配置
android·ide·android studio
wang_peng3 天前
android studio 基础
android·ide·android studio
stevenzqzq3 天前
Android studio xml布局预览中 Automotive和Autotive Distant Display的区别
android·xml·android studio
水w3 天前
【Android Studio】解决报错问题Algorithm HmacPBESHA256 not available
android·开发语言·android studio
VX_CXsjNo13 天前
免费送源码:Java+SSM+Android Studio 基于Android Studio游戏搜索app的设计与实现 计算机毕业设计原创定制
java·spring boot·spring·游戏·eclipse·android studio·android-studio