Debug Android library project with java source code

前端 未结 2 806
自闭症患者
自闭症患者 2020-12-23 10:20

I followed the following tutorial http://developer.android.com/guide/developing/projects/projects-eclipse.html

and I have 2 projects : the starter project and the li

相关标签:
2条回答
  • 2020-12-23 11:05

    Here is what worked for me: (After having clicked debug at least once before)

    • Open the debug view in eclipse (use the menu at the top: Window -> Show View -> Debug)
    • Right click one of the activities in the debug window "Edit source lookup"
    • Click "Add"
    • Select "Java Project"
    • Check the box for the Android Library project
    • Press OK
    0 讨论(0)
  • 2020-12-23 11:06

    In my case, the solution was:

    • Open the debug view in eclipse (use the menu at the top: Window -> Show View -> Debug)
    • Right click one of the activities in the debug window "Edit source lookup"
    • Check the "Search for duplicate source files on the path"

    jhnclvr's aswer lead me to this dialog

    0 讨论(0)
提交回复
热议问题