在android项目中,通过run as java application运行java类时,可能会出现下面这个问题:

Invalid layout of java.lang.String at value
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (javaClasses.cpp:129), pid=8552, tid=9696
#  fatal error: Invalid layout of preloaded class
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode windows-x86 )
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

 

解决方法:

Invalid layout of java.lang.String at value

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
猜你喜欢
  • 2021-04-07
  • 2021-11-22
  • 2021-09-07
  • 2021-09-05
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案