-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Android section is untested #2398
Comments
While fixing this, I realized that we should change how we store the Android examples: if we could include them somewhere in AOSP, we would be forced to keep them current as the platform evolves. We would then pull in the relevant pages and examples as part of a build process — or perhaps we could simply include them via a Git sub-module? I don't have a lot of experience with those, but since AOSP is a large collection of Git repositories, it seems reasonable to assume that we could pull in one of these repositories as a sub-module. |
We need to figure out a way to test the code in the Android section. I'm teaching the class right now, and I've discovered several places where the code has drifted from AOSP in such a way that it no longer compiles.
The text was updated successfully, but these errors were encountered: