Error installing Android studio on Ubuntu

0

Good morning,

I recently installed Android Studio in Ubuntu and after installing the jdk I get this error.

  

"Error: Unable to get the CMake version located at:   / Android / Sdk / cmake / bin "

Can you help me with any solution?

Thank you very much,

    
asked by 99c3nt08 05.11.2017 в 15:58
source

1 answer

0

First you have to install the "CMake 3.7" or higher. You can download it at: link

Then you have to edit the file "local.properties" that is located in your project. And add the address of the directory that contains the "cmake" file.

cmake.dir="/home/Downloads/cmake-3.9.5/"

In my case, the directory is at: "/home/Downloads/cmake-3.9.5/". For your case, you will have to look for it.

    
answered by 09.11.2017 в 06:43