[android-developers] Re: adb version

2009-04-11 Thread Ralf
It means you have adb from the sdk 1.1 running in the background -- adb is also a background process. You need to kill the existing adb before switching to the m5 one by doing one of the following: - either reboot your mac - run adb kill-server from a terminal - eclipse ddms perspective devices

[android-developers] Re: adb version failed

2009-03-21 Thread jammy
In the root directory of fedora linux there is a directory called lib64. isn't that indicates that my linux distribution is 64 bit??? If im right then why i should download again 32bit zlib package On Mar 20, 8:02 pm, David Turner di...@android.com wrote: On Thu, Mar 19, 2009 at 11:29 PM,

[android-developers] Re: adb version failed

2009-03-21 Thread jammy
In the '/' directory of my fedora 10 linux there are two directories for lib.. one is lib and other one is lib64. in lib64 all the files (libz.so.1, libncurses.so.5, etc..) are there.. in eclipse whether it is searching the files in lib or lib64... On Mar 21, 6:01 pm, jammy

[android-developers] Re: adb version failed

2009-03-20 Thread jammy
i installed android in windows and checked it... the problem that i am facing is in windows eclipse R.java is created as soon as i create new project but in fedora 10 R.java is not created.. because of that it is showing error. Erron while loading shared libraries:libncurses.so. 5:wrong ELF

[android-developers] Re: adb version failed

2009-03-20 Thread David Turner
On Thu, Mar 19, 2009 at 11:29 PM, jammy jammy.fivef...@gmail.com wrote: i installed android in windows and checked it... the problem that i am facing is in windows eclipse R.java is created as soon as i create new project but in fedora 10 R.java is not created.. because of that it is showing

[android-developers] Re: adb version failed

2009-03-19 Thread Xavier Ducrohet
it looks like you have a linux 64 bit only installation. Please follow the Installation Notes for linux at the bottom of http://developer.android.com/sdk/1.1_r1/installing.html Xav On Thu, Mar 19, 2009 at 4:06 AM, jammy jammy.fivef...@gmail.com wrote: hello every one.. im new to android... i