jbrodo / droidbox

Automatically exported from code.google.com/p/droidbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error - Failed to execute the application

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.Installed numpy-1.9.0.zip, scipy-0.14.0.tar.gz, DroidBox411RC.tar.gz
2.Created avd for nexus 4, Android 4.1.2
3.Run avd using script  ./startemu.sh
4.Run eclipse from root
5. Run ./droidbox.sh /home/biz.canisrigel.nurseryrhymes-1.apk 

I have got error 

Waiting for the device...
Installing the application 
/home/sangeeta.c/biz.canisrigel.nurseryrhymes-1.apk...
Running the component 
biz.canisrigel.nurseryrhymes/biz.canisrigel.nurseryrhymes.HomeActivity...
Failed to execute the application.


What version of the product are you using? On what operating system?

I am using 
Linux 3.2.0-70-generic-pae #105-Ubuntu SMP Wed Sep 24 20:08:22 UTC 2014 i686 
i686 i386 GNU/Linux

I have given complete path fro monkerrunner in script like

ret = call(['/home/adt-bundle-linux-x86-20140702/sdk/tools/monkeyrunner', 
'/home/DroidBox_4.1.1/scripts/monkeyrunner.py', apkName, packageName, 
mainActivity], stderr=PIPE, cwd=os.path.dirname(os.path.realpath(__file__)))

Please help as soon as possible.

Original issue reported on code.google.com by testsri...@gmail.com on 22 Oct 2014 at 6:54