views:

199

answers:

2

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
I need to change the stack size with the -Xss parameter
Arutha
A: 

I need to change the stack size with the -Xss parameter

Arutha