the file size exceeds the configured limit Android studio

方法一、打开Android studio安装目录下的bin/idea.properties,调高“idea.max.intellisense.filesize”


  

方法二、在Android studio中点击“Help”->"Edit custom properties", 添加

idea.max.intellisense.filesize=8000 

此中方法的配置优先级高于方法一、即在这里配置了属性,idea.properties中对应的属性不会生效

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-02-20 05:38:01       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-02-20 05:38:01       100 阅读
  3. 在Django里面运行非项目文件

    2024-02-20 05:38:01       82 阅读
  4. Python语言-面向对象

    2024-02-20 05:38:01       91 阅读

热门阅读

  1. c++ %运算符

    2024-02-20 05:38:01       48 阅读
  2. 2024前端面试准备之Vue3篇

    2024-02-20 05:38:01       63 阅读
  3. docker的底层原理一:客户端-服务器架构

    2024-02-20 05:38:01       51 阅读
  4. LeetCode--2298. 周末任务计数

    2024-02-20 05:38:01       49 阅读
  5. LeetCode刷题小记 一、【数组】

    2024-02-20 05:38:01       44 阅读