Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 when attempting to view source of ViewGroupCompat #26

Open
veyndan opened this issue Jan 15, 2017 · 2 comments
Open

404 when attempting to view source of ViewGroupCompat #26

veyndan opened this issue Jan 15, 2017 · 2 comments

Comments

@veyndan
Copy link

veyndan commented Jan 15, 2017

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.

@romannurik
Copy link
Owner

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 :-/

@andhie
Copy link

andhie commented Feb 1, 2017

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants