Skip to content

Fix: compileSdkVersion causing cannot find symbol build error #328

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

Merged
merged 3 commits into from
Oct 12, 2021

Conversation

BartoszKlonowski
Copy link
Member

This pull request fixes #327

It fixes the issue where checking against version 30 of compileSdkVersion was causing the R symbol to be unrecognized by the compiler when previous version was used.

To test this fix, this PR also reverts the update of compileSdkVersion from 30 to 29, so that the Example application will use the previous version, and will still successfully build the app and the library checking for R.
To see the result of this please check the CI workflow results for this pull request.

@BartoszKlonowski BartoszKlonowski added bug report Something isn't working platform: Android Issue related to Android platform labels Oct 12, 2021
@BartoszKlonowski BartoszKlonowski merged commit de78e2e into master Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something isn't working platform: Android Issue related to Android platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting error of view.isAccessibilityFocused() && Build.VERSION.SDK_INT >= Build.VERSION_CODES.R
1 participant