java - Unable to GoTo class that the debugger hit, while debugging android App in Intellij/Android Studio -


i debugging android app connection phone mac. when step into, not go method in class org.apache.xalan.transformer.transformeridentityimpl. cannot goto class either in editor typing name. class located in xalan.jar according http://www.findjar.com. not showing dependency in gradle either, code still runs expected. not understand going on. possible android run time on phone supplies jar? can 1 shed light on this?


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -