【发布时间】:2021-04-17 22:36:28
【问题描述】:
我正在使用 android/Kotlin 中的缓存,我需要缓存目录。但是当我这样做时:
val cacheDir = File(this.cacheDir, "http")
val cacheParams = CacheParams(10, GsonMapper(), cacheDir)
我的应用程序崩溃说:java.lang.IllegalArgumentException: Cache directory should be non-null
谁能解释一下如何解决这个问题?
【问题讨论】: