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

Updated README to reflect minimum Android Studio version for View Binding Support #471

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

travis-j-smith
Copy link
Contributor

The README currently specifies Android Studio 3.x as a pre-requisite for building the code, but this is no longer true due to the usage of View Binding. Attempting to build the code on Android Studio 3.6.3 yields the following error:

FAILURE: Build failed with an exception.

* What went wrong:
This version of Android Studio cannot open this project, please retry with Android Studio 4.0 or newer.

* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Exception is:
com.intellij.openapi.externalSystem.model.ExternalSystemException: This version of Android Studio cannot open this project, please retry with Android Studio 4.0 or newer.

Using Android Studio 4.0, the code successfully builds and runs. I've updated the README to reflect this requirement.

@seguri
Copy link

seguri commented Jan 6, 2023

Can this be merged?

@travis-j-smith
Copy link
Contributor Author

Can this be merged?

I think so, but I don't have merge permissions.

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

Successfully merging this pull request may close these issues.

3 participants