see in my point of view you cannot launch it without giving a command.
If you run your project from eclipse this command would be triggered automatically post installation. If you install it via shell prompt you need to enter one more command post install
try
am command from adb shell prompt
Using java Syntax Highlighting
am start -a android.intent.action.MAIN -n
and.test/and.test.test
Parsed in 0.012 seconds, using
GeSHi 1.0.8.4
where,
and.test - package name
and.test.test is the activity name
Sri wrote:Hi All,
I have one problem. I am installing .apk file in emulator through manually. After i click on that file my current application runs fine.
Now my question is without my clicking (involvment) can we invoke our application after installation .apk file?
If yes, please provide the information or any links...
If No, why that run application not possible?
I need Urgent.
Thanks
Sri.
[i]