Problem launching android AVM/SDK gui using the tools/android executable in the android SDK. Ubuntu 10.04, i686

前端 未结 8 2021
悲&欢浪女
悲&欢浪女 2021-01-02 05:46

Hi I just installed the android SDK along with Eclipse 3.5 on my i686 Thinkpad T60 running Ubuntu 10.04 (Lucid). (Eclipse was installed via synaptic, i.e. a package from th

8条回答
  •  迷失自我
    2021-01-02 06:28

    (copied from Ubuntuforums http://ubuntuforums.org/showthread.php?t=1540054)

    I had the same issue 12 months on. I discovered that it was because I had made the /tmp directory "noexec" as soon as I made it executable, we were fine.

    sudo mount -o remount,exec /tmp
    

    Hope this helps someone.

提交回复
热议问题