Hello everyone,
I am using a single Board computer (this one in this case : http://www.armkits.com/product/sbc8530.asp)
And I install Android on it. So I can use Android just with shell commande.
There is my problem I want to launch an activity so I enter :
am start -a android.intent.action.MAIN -n my.package/my.package.MyClass
But the activity seems to start and to stop immedialtely because I have the sound of the start of the activity and directly the sound that means that the activity is destroy.
how can I do to let run my activity?
Thanks for reading me



