How can i specify command-line parameter when I launch an android application ? 1- With Eclipse 2- Directly from the phone
+1
A:
You can't for all runs of an application. Most Android phones have no CLI and applications are launched by clicking their icon.
You may able to do this via adb shell
but this not something your users can do.
What is it that you're trying to do precisely?
Dave Webb
2009-12-07 13:27:21
I need to change the stack size with the -Xss parameter
Arutha
2009-12-07 15:06:54