AndroidSDKSearchExtension
AndroidSDKSearchExtension copied to clipboard
404 when attempting to view source of ViewGroupCompat
Clicking "View Source" on ViewGroupCompat links to https://android.googlesource.com/platform/frameworks/support/+/refs/heads/master/v4/java/android/support/v4/view/ViewGroupCompat.java which returns a 404 error.
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 :-/
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 :(