我正在开发一个Android应用程序,我将一个4.8 MB的JSON文件解析为一个sqlite数据库,然后我可以访问该列表视图中的数据。我认为由于问题标题中提到的错误/标志导致的列表视图阻止了所有项目在列表视图中显示。有没有办法配置最大文件大小?
答案 0 :(得分:0)
打开此文件:“/ Android Studio / bin / idea.properties”。 添加:idea.max.intellisense.filesize = 2500。 仅供参考,它只适用于Windows。
答案 1 :(得分:0)
不需要json文件的代码洞察。无论如何,请按照以下步骤操作:
打开IntelliJ IDEA平台属性文件:
cd /Applications/Android Studio.app/Contents/bin
open idea.properties
现在,添加以下行:
#---------------------------------------------------------------------
# Maximum file size (kilobytes) IDE should provide code assistance for.
# The larger file is the slower its editor works and higher overall system memory requirements are
# if code assistance is enabled. Remove this property or set to very large number if you need
# code assistance for any files available regardless their size.
#---------------------------------------------------------------------
idea.max.intellisense.filesize=2500