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

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

    just a better way to show the code.. consider this a comment from @Bart answer...

    for some reason it tries to exec swt-lib from /tmp. that's wrong and dumb and i have no idea who's the culprit here (android or the java lib itself)

    so, if you don't want to remount /tmp as RW, just symlink that swtlib dir to some place else. i moved it to the android dir.

    (0) ~
    hobo$ mv /tmp/swtlib-32 android/
    
    (0) ~
    hobo$ ln -sf ~/android/swtlib-32 /tmp/swtlib-32
    
    (0) ~
    hobo$ android/android-sdk-linux/tools/android 
    

提交回复
热议问题