You are not logged in.
Hello, I am trying to start Android Studio (32 bit version) on my Arch Linux (64 bit version) with multilib and am getting the error "Unable to run mksdcard SDK tool.".
I followed this guide: https://wiki.archlinux.org/index.php/Multilib
>> Edited /etc/pacman.conf to be:
<code>
[multilib]
Include = /etc/pacman.d/mirrorlist
</code>
>> Ran the command:
sudo pacman -Syu
>> Downloaded and extracted Android Studio from: http://developer.android.com/sdk/index.html
>> Ran: android-studio/bin/studio.sh and when it finished I got the message: "Unable to run mksdcard SDK tool."
Is there a way to check if multilib is installed correctly?
Last edited by ArchPrime (2015-11-20 19:19:08)
Offline
As you haven't used pacman to install Android studio, none of the dependant libs have been pulled in from [multilib]. Use the AUR version.
Moving to AUR Issues...
Offline
Ok, will do that and post a reply.
Offline
It works. I thought multilib downloads all 32bit libs when it is enabled.
Thank you.
Offline
No. Pacman only installs what you ask it to (and pulls in the necessary deps).
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline