Fatal error by Java runtime environment

前端 未结 12 2161

I am executing a junit test case

I got the following error,

A fatal error has been detected by the Java Runtime Environment:

Internal Error (classFi         


        
12条回答
  •  猫巷女王i
    2020-12-03 03:23

    I have had a similar problem, I found it was because I had generated a new activity with a main[] stub entry. Once I deleted the main[] code from the new activity templatye the error went away.

    YMMV

提交回复
热议问题