Android

[ Android ] android the file size exceeds configured limit 오류

cat_cat 2020. 7. 6. 22:05

 

android the file size exceeds configured limit code insight features are not available

 

assets 폴더에서 json을 읽어오려고 할 때 Android studio에서 위와 같은 오류를 만났다.

 

properties 파일 생성하기

이는 idea.properties라는 파일을 생성하고 안에  idea.max.intellisense.filesize=<필요한 파일 사이즈> 와 같이 필요한 파일 사이즈 이상의 크기를 적어주면 해결된다.