Re: [arch-general] cant run adb on arch64

2012-01-02 Thread Thanasis Georgiou
On 2 January 2012 03:47, adrian sun wrote: > I install sdk through android developer website. It works after I install > lib32-ncurses pkg. > Thanks a lot   :) Good thing it works for you. Also, you can try installing these from AUR [1][2][3]. It could save you a lot of time, install dependencies

Re: [arch-general] cant run adb on arch64

2012-01-01 Thread Jonathan Vasquez
On Jan 1, 2012 8:56 PM, "Jesse Juhani Jaara" wrote: > > You should never do anything like that in Arch. ALWAYS use the PKGBUILD, when > it might save you a a hell of lot time, wich might othervice go into all sorts > of tinkering, expecially when installing binary only stuff. You are going to > ru

Re: [arch-general] cant run adb on arch64

2012-01-01 Thread Jesse Juhani Jaara
You should never do anything like that in Arch. ALWAYS use the PKGBUILD, when it might save you a a hell of lot time, wich might othervice go into all sorts of tinkering, expecially when installing binary only stuff. You are going to run into all sorts of problems with that thing in future and p

Re: [arch-general] cant run adb on arch64

2012-01-01 Thread adrian sun
I install sdk through android developer website. It works after I install lib32-ncurses pkg. Thanks a lot :) 2012/1/1 Jesse Juhani Jaara > Did you install the dev tools trought AUR package? > > ./adb: error while loading shared libraries: libncurses.so.5: cannot open > Would indicate that you

Re: [arch-general] cant run adb on arch64

2012-01-01 Thread adrian sun
BTW, It is easy to solve this problem by use $ apt-get install ia32-libs in Ubuntu. Is there same easy method like this in Arch? Thanks. Adrian. 2012/1/1 adrian sun > Hi arch guys, > > Happy new year! > I tried to develop android software on arch64. I followed steps in arch > wiki, and replac

Re: [arch-general] cant run adb on arch64

2012-01-01 Thread Jesse Juhani Jaara
Did you install the dev tools trought AUR package? > ./adb: error while loading shared libraries: libncurses.so.5: cannot open Would indicate that you are simplky missing the ncurses or lib32-ncurses pkg if adb is 32-bi executable :D signature.asc Description: This is a digitally signed message p

Re: [arch-general] cant run adb on arch64

2012-01-01 Thread Allan McRae
On 02/01/12 11:35, adrian sun wrote: > Hi arch guys, > > Happy new year! > I tried to develop android software on arch64. I followed steps in arch > wiki, and replaced > base-devel to multilib-devel. But I still cant run adb on my laptop. > > [adrian@myhost platform-tools]$ ./adb > ./adb: error w