ShouldNotReachhere classFileParser ANDROID

后端 未结 8 1692
心在旅途
心在旅途 2020-12-10 10:41

Any idea how to fix this issue? I\'m using Eclipse and it seems to occur even when I create a new android project. :(

# A fatal error has been detected by t         


        
8条回答
  •  独厮守ぢ
    2020-12-10 11:19

    Happens for me too but seems related to projects that depend on other library projects. This happens if I hit F11 to rerun while in the library project, but not when I do that from the app. I think it just gets confused when it tries to figure out how to run a library. So the workaround is simple enough but sure wasn't obvious to figure out.

提交回复
热议问题