关闭Android Studio自带的模拟器前言 在Android Studio中打开自带的谷歌模拟器后,不管是点击关闭按钮,还是按Power键,都无法完全的把Android模拟器关闭。 然后谷歌之后才发现需要命令才可以彻底关闭。 记录一下,方...adbTool# adb devices# adb emu kill# Androidbiumall12个月前02500
Android studio优先引用framework.jar前言 记录一下Android Studio中编译apk优先使用自己编译的framework_classes.jar,这样就不会提示找不到资源啥的。 网上也很多,但我这没成功,猜测可能跟Android ...Android小知识# Android Studio# framework_classes# sdklibsbiumall1年前01690
Android Studio工程中.idea没有*.iml文件前言 我使用其他同事电脑时,Android Studio(Android Studio Dolphin | 2021.3.1 Patch 1)的版本新建的工程中.idea目录没有对应module和...Android小知识# *.iml# Android Studio# modulebiumall1年前01870
Can’t determine type for tag前言 引入公共库库(commonLib)时,出现如下异常,说实话,看不懂哈,就问谷歌了。 Can't determine type for tag '<macro name="m3_comp_a...Android# Android Studio# appcompat# m3_comp_assist_chip_container_shapebiumall2年前01980
Unable to make field前言 升级新版本Android Studio后倒入部分工程出现如下问题: Unable to make field private final java.lang.String java.io.Fil...Android小知识# Android Studio# gradle.properties# java.iobiumall2年前02320
AS无法创建aidl文件前言 升级最新的Android Studio后创建aidl文件时,提示 Requires setting the buildFeatures.aidl to true in the build fil...Android小知识# AIDL# Android Studiobiumall2年前02080
Android Studio删除引用的资源前言 之前说过,Android Studio有个功能(Android Studio Refactor/Remove Unused Resources【重构,移除没有引用的资源】),非常好用,但到了An...Android小知识# Analyze# Android Studio# Remove All Unused Resourcesbiumall2年前02230
AS动态配置module时异常前言 动态配置module时出现如下错误提示。 Could not compile build file 'D:\Android\WaterFun\UserCenter\build.gradle'. ...Android小知识# Android# Android Studio# Gradlebiumall2年前01670