.class file opens instead of .java while debugging

前端 未结 9 651
北恋
北恋 2020-12-29 03:14

Current setup:

  • MainProject which is a Library Project

  • BranchProject which is a new projects and has MainPr

9条回答
  •  天命终不由人
    2020-12-29 03:50

    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

提交回复
热议问题