We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current Android SDK requires Java JDK at least 1.7.
But Mac OS X comes with 1.6 by default. We verify that Java exists and try using it, leading to random failures of android related commands.
We need to check not only existence but the version too. Affected code is inside the doctor command and android platform service.
The text was updated successfully, but these errors were encountered:
Validate java version
2715178
Fixes #663
b900139
9e8d71a
No branches or pull requests
Current Android SDK requires Java JDK at least 1.7.
But Mac OS X comes with 1.6 by default. We verify that Java exists and try using it, leading to random failures of android related commands.
We need to check not only existence but the version too. Affected code is inside the doctor command and android platform service.
The text was updated successfully, but these errors were encountered: