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 参考资料

相关推荐
我命由我1234512 分钟前
Retrofit - URL 格式错误问题、支持 HTTP 与 HTTPS
java·http·https·java-ee·android studio·android-studio·retrofit
我命由我1234515 小时前
Bugly - Bugly 基本使用( App 质量追踪平台)
android·java·java-ee·android studio·android jetpack·android-studio·android runtime
风别鹤1 天前
windows android studio 工程gradlew.bat不是64位程序
android·ide·windows·android studio
风别鹤2 天前
Android Studion Gradle与AGP版本管理
android·ide·android studio
J-query2 天前
修改AndroidStudio的Boot Java Runtime for the IDE后,AndroidStudio启动就报错
java·开发语言·ide·android studio
帅次2 天前
Jetpack Compose 焦点与键盘:FocusRequester、imePadding 与 BringIntoView 实战
android·android studio·android jetpack·android runtime
佚泽3 天前
Android Studio 如何配置gradle
android·ide·android studio
乐活青年4 天前
新版Android Studio不显示gradle task list 问题
android·ide·android studio
我命由我123454 天前
Android Framework P4 - ServiceManager 进程
android·c语言·c++·visualstudio·android studio·android-studio·android runtime
独隅4 天前
Android Studio 接入 CodeX 的全面指南
android·ide·android studio