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

前端 未结 8 2002
悲&欢浪女
悲&欢浪女 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:29

    Additionally to what the user Bart well and correctly said I suggest to pay attention into the tip bellow:

    Advanced linux users or geeks more often will face this issue. A "tweak" (usually to get more speed) applied in /etc/fstab making /tmp as noexec will cause this problem. Just open fstab and modify the entry as follow bellow:

    sudo gedit /etc/fstab

    If you have something like this just comment the line or modify the content:

    tmpfs /tmp tmpfs defaults,noexec,nodev,nosuid 0 0

    TO:

    tmpfs /tmp tmpfs defaults,nodev,nosuid 0 0

提交回复
热议问题