I am trying to run Android Studio 2.1.2 on 32bit linux Mint 17.3. Android studio is freshly installed. When I rebuild a project or create a new one, I get errors like this i
I had the same problem. I fixed it by downgrading my build tools version from 24.0.1
to 23.0.3
.
buildToolsVersion
to "23.0.3"
Hope google fixes its build-tools bug