简体   繁体   中英

“unable to run mksdcard sdk tool” android studio ubuntu 16.04

I have installed all the 32-bit libraries need for installation, yet i get the above error message and the following errors on the terminal

pawanjot@pawanjot-HP-Pavilion-15-Notebook-PC:~/Downloads/android-studio/bin$ ./studio.sh
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0
log4j:WARN No appenders could be found for logger (io.netty.util.internal.logging.InternalLoggerFactory).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Looking in classpath from com.intellij.util.lang.UrlClassLoader@5fa7e7ff for /com/sun/jna/linux-x86-64/libjnidispatch.so
Found library resource at jar:file:/home/pawanjot/Downloads/android-studio/lib/jna.jar!/com/sun/jna/linux-x86-64/libjnidispatch.so
Trying /home/pawanjot/.AndroidStudio2.1/system/tmp/jna-1314605980/jna6525310034260149415.tmp
Found jnidispatch at /home/pawanjot/.AndroidStudio2.1/system/tmp/jna-1314605980/jna6525310034260149415.tmp
[  23305]   WARN - dea.updater.SdkComponentSource - File /home/pawanjot/.android/repositories.cfg could not be loaded. 
[  33321]   WARN - ome.install.ComponentInstaller - File /home/pawanjot/.android/repositories.cfg could not be loaded. 

添加所需的库,尝试使用此链接http://tools.android.com/tech-docs/linux-32-bit-libraries

$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM