Internal Error (javaClasses.cpp:129)

后端 未结 6 1968
北海茫月
北海茫月 2021-01-04 14:22

I\'m trying run a test with JUnit 4 and Robolectric on Eclipse but all time I receive this error:

Invalid layout of java.lang.String at value
#
# A fatal err         


        
6条回答
  •  温柔的废话
    2021-01-04 15:16

    Right click java class with main, run configurations then go to classpath tab, remove the android library there. then run.

    I hope this helps.

提交回复
热议问题