ShouldNotReachhere classFileParser ANDROID

后端 未结 8 1691
心在旅途
心在旅途 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:27

    you might had set launcher as Eclipse JUnit Launcher. if so you need to change to Android JUnit Test Launcher.

    to do this

    1. right click on the code window
    2. run as
    3. run configurations
    4. at the bottom of the popup window you'll see a text which is saying "Using Eclipse JUnit Launcher" and a link at right of it texted as select other
    5. click on select other and change to Android JUnit Test Launcher
    6. run
    0 讨论(0)
  • 2020-12-10 11:30

    I resolved this by

    • Quit eclipse
    • Delete the bin and gen directories in your project
    • Start eclipse
    • Rebuild your project
    0 讨论(0)
提交回复
热议问题