Dear All, I am trying to run the DVM test application on linux-x86 given in the myandroid/dalvik/tests using the command ./tests/run-test 002
But I am getting following error. [r...@localhost dalvik]# ./tests/run-test 002 /home/android/dalvik/tests/002-sleep: running... /home/android/dalvik/tests/002-sleep: FAILED! #################### info # Test that Thread.sleep() operates reasonably. This test is actually # mostly meant as an easy thing to modify in order to test other things # in an ad-hoc way. #################### diffs --- expected.txt 2009-06-25 00:52:35.000000000 +0530 +++ output.txt 2009-07-06 23:18:38.000000000 +0530 @@ -1,2 +1,2 @@ -Sleeping 1000 msec... -Done sleeping +./build: line 27: dx: command not found +build exit status: 127 #################### files left in /tmp/test-27318 [r...@localhost dalvik]# Am I missing any thing here. Whether I need to give the path of dx tool? Please help. Regards Sivan --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
