AndroidSDKSearchExtension icon indicating copy to clipboard operation
AndroidSDKSearchExtension copied to clipboard

404 when attempting to view source of ViewGroupCompat

Open veyndan opened this issue 8 years ago • 2 comments

Looks like there was a re-organization of the source code in that package. Old link:

.../master/v4/java/android/support/v4/view/ViewGroupCompat.java

New link:

.../master/compat/java/android/support/v4/view/ViewGroupCompat.java

There may need to be a bunch of new work to figure out in which folder each specific support class is :-/

romannurik avatar Jan 15 '17 03:01 romannurik

Since support-v4 r24.2.0, it has been separated to multiple packages /compat, /core-utils, /core-ui, /media-compat, and /fragment). generally all v4 View Source are broken :(

andhie avatar Feb 01 '17 17:02 andhie