美文网首页Flutter学习
idea报错PersistentEnumerator stora

idea报错PersistentEnumerator stora

作者: 策马踏清风 | 来源:发表于2019-12-03 17:59 被阅读0次

idea编译程序时报错

error: (com.intellij.util.io.PersistentEnumeratorBase$CorruptedException) PersistentEnumerator storage corrupted 
C:\Users\Administrator\.IntelliJIdea2017.2\system\compile-server\packmes_f0d28b04\targets\artifact\packmes_war_exploded\out-src\data
com.intellij.util.io.PersistentEnumeratorBase$CorruptedException: PersistentEnumerator storage corrupted 
C:\Users\Administrator\.IntelliJIdea2017.2\system\compile-server\packmes_f0d28b04\targets\artifact\packmes_war_exploded\out-src\data
    at com.intellij.util.io.PersistentEnumeratorBase.<init>(PersistentEnumeratorBase.java:222)
...

解决

清空以下文件夹内的文件
C:\Users\Administrator.IntelliJIdea2017.2\system\compile-server\packmes_f0d28b04\targets\artifact\packmes_war_exploded\out-src/data

相关文章

网友评论

    本文标题:idea报错PersistentEnumerator stora

    本文链接:https://www.haomeiwen.com/subject/rrilgctx.html