[android-developers] Problem running android unit tests from the command line

2010-07-21 Thread folone
I'm trying to run unit tests on the android platform in accordance with tutorial. Say, for example, I want to run tests for Email application. I open /apps/Email/tests/AndroidManifest.xml file, look for the manifest element, and look at the package attribute, which is com.android.email.tests, and

[android-developers] DDMS won't start

2010-07-12 Thread folone
Probably a stupid question with an obvious answer, but I can't figure it out by myself. Tutorial (http://source.android.com/source/using-eclipse.html) says to go to the root of the downloaded platform, and first start emulator (it starts successfully), and then run $ddms. But when I'm trying to do

[android-developers] Re: build android sdk from git on ubuntu 10.04 fail

2010-07-09 Thread folone
Same here. No solution. If anyone knows, how to fix it, please respond. On 8 июл, 04:04, Taewoong Kim stw...@gmail.com wrote: I have a same problem. but I could not have solution. 2010/7/4 zyanho zya...@gmail.com  i getting start withhttp://source.android.com/source/download.html.  i

[android-developers] Re: Build Error

2010-07-09 Thread folone
I did $ file /lib/libz.so.1.2.3.3 and it said, that: /lib/libz.so.1.2.3.3: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped So, it seems, everything is ok. But I still get the first error. On Jul 8, 5:15 am, Robert Craig robertpcr...@gmail.com wrote: My

[android-developers] Re: Build Error

2010-07-09 Thread folone
I actually have the same problem here. $ ls -l /usr/lib/libz.so says: lrwxrwxrwx 1 root root 20 2010-07-07 17:08 /usr/lib/libz.so - /lib/ libz.so.1.2.3.3 How do I figure out, if it is the right version of lib, and how do I create a symlink to the right one? On Jul 8, 5:15 am, Robert Craig