Skip to content

Instantly share code, notes, and snippets.

@vdhanan
Created August 18, 2022 18:22
Show Gist options
  • Save vdhanan/a21918a5d82fcb7e6d5e03e5648de6f6 to your computer and use it in GitHub Desktop.
Save vdhanan/a21918a5d82fcb7e6d5e03e5648de6f6 to your computer and use it in GitHub Desktop.
Install CMake 3.18.1 for Android
Open Android Studio
Click More Actions -> SDK Manager
Go to the SDK Tools tab
Select CMake 3.18.1
Optionally, you can remove 3.10.2 to free up space
Hit Apply at the bottom right
You're done!
@vdhanan
Copy link
Author

vdhanan commented Aug 22, 2022

note: you need version 3.18.1 exactly! 3.22 won't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment