AndroidStudio相关

1、AndroidStudio 改变.gradle .AndroidStudio 默认存储位置

  • 1、AndroidStudio安装路径下 -> bin -> idea.properties 文件

    将1和2的路径设置为自己的路径,将3和4取消注释或复制在下方
    注意: idea.plugins.path 和 idea.log.path 必须去掉注释或重新设置,否则启动idea后会有提示:It seems you're using 'idea.config.xxx' property to specify the location of the settings directory.

  • 2、添加环境变量

  • 3、效果

2、AndroidStudio AVD 模拟器打不开

第一步、在ASS上方依次点击Tools---SDK Manager---SDK Tools

取消选择emulator然后应用,确定,即可删除虚拟机。

第二部、相同的方法再次点击Tools---SDK Manager---SDK Tools

相关推荐
阿巴斯甜9 小时前
Android 报错:Zip file '/Users/lyy/develop/repoAndroidLapp/l-app-android-ble/app/bu
android
Kapaseker9 小时前
实战 Compose 中的 IntrinsicSize
android·kotlin
xq952710 小时前
Andorid Google 登录接入文档
android
黄林晴12 小时前
告别 Modifier 地狱,Compose 样式系统要变天了
android·android jetpack
冬奇Lab1 天前
Android触摸事件分发、手势识别与输入优化实战
android·源码阅读
城东米粉儿1 天前
Android MediaPlayer 笔记
android
Jony_1 天前
Android 启动优化方案
android
阿巴斯甜1 天前
Android studio 报错:Cause: error=86, Bad CPU type in executable
android
张小潇1 天前
AOSP15 Input专题InputReader源码分析
android
_小马快跑_1 天前
Kotlin | 协程调度器选择:何时用CoroutineScope配置,何时用launch指定?
android