I have a Chromebook from Acer with an ARM-Architecture (ARM7 => 32bit, I think)
I want to use the Android Studio IDE.
So I downloaded it and tried to install, but it didn't work.
The error message says:
Unable to run
mksdcard
SDK tool
After some research I realised that the problem is that I installed the 64bit-architecture version and I have to install the 32bit libs (my architecture is ARM) with
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
However, I am not able to install these libs. I think that the reason is my ARM-Architecture.
Does anyone have an idea about how to solve this problem?
My operating system: ARM7-Ubuntu 12.04 LTS
(installed using crouton)