-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
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.