java - "Line not available" in android debugging -


i have android library source code , .jar archive library. have , android app makes use of library. library source code , android app in same eclipse workspace. so, added .jar archive build path of android app, , attached source code .jar archive.

enter image description here

i able inside functions call in app, when debugging, can not step through functions library calling. in debugger says "line: not available".

enter image description here

enter image description here

how can make can step through code in library? know in java compiler settings android library, have check box on "add line number attributed generated class files", did both android app , android library.

enter image description here

did miss something? why still "line: not available" message in debugger , can't step through code library?

both library , app compiled java 1.6. android app's build target android 5.1.1, , libraries' build target android 4.0.3 .

i figured out. using .jar archive library, .jar archive wasn't generated me , apparently did not allow line numbers added generated class files. exported own .jar archive, linked source code .jar archive, , able debug code without issues.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -