0
点赞
收藏
分享

微信扫一扫

Android Studio使用过程中的问题汇总


文章目录

  • ​​out of memory​​
  • ​​运行时不启动默认模拟机​​
  • ​​全局搜索搜不到东西​​
  • ​​Entry name 'xxx' collided​​

out of memory

提示:There’s not enough memory to perform the requested operation.
解决办法:打开android studio安装目录下bin目录的studio64.exe.vmoptions,修改studio的最大内存

Android Studio使用过程中的问题汇总_全局搜索

运行时不启动默认模拟机

Run-Edit Configurations
去除图中对钩选项

Android Studio使用过程中的问题汇总_ide_02

全局搜索搜不到东西

清除缓存并重启:
File -> Invalidate Caches/Restart

Entry name ‘xxx’ collided

删掉所有 build 文件夹

举报

相关推荐

0 条评论