blob: ac64994cf6f9779d041c6ac2f96d75d28db80e08 [file] [log] [blame] [view]
## "Install CMake" Quick-Fix Test
Make sure that your Android SDK does not have CMake installed.
Create a new project, check the box "Include C++ support" and
accept all default values in the "New Project" wizard.
A sync error should be displayed in the "Messages Gradle Sync"
view: "Failed to find CMake".
Click the "Install CMake and sync project" quick-fix hyperlink.
The "SDK Quickfix Installation" should appear and it should
automatically start the installation of CMake.
After installation is done, click "Finish" on the dialog.
The dialog should be closed automatically and the IDE should
start a new "Gradle Sync" operation.
"Gradle Sync" should finish without errors.