Opening source code from debug view edits .class after Android R18 update

后端 未结 4 1512
醉梦人生
醉梦人生 2020-12-23 21:47

When I\'m debugging my code in Eclipse, I get annoyed when I open up the editor to find out I cant edit it because I\'m actually viewing the source of the .class file. How

4条回答
  •  囚心锁ツ
    2020-12-23 22:29

    1. Open main project properties -> Java Build Path -> Projects tab and add there projects the main project depend on.
    2. Switch to Order and Export tab and uncheck Android Dependencies
    3. Enjoy

提交回复
热议问题