开发者

android command-line

开发者 https://www.devze.com 2022-12-13 05:52 出处:网络
How can I specify command-line parameters when I l开发者_运维技巧aunch an Android application?

How can I specify command-line parameters when I l开发者_运维技巧aunch an Android application?

  1. With Eclipse

  2. Directly from the phone


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?

0

精彩评论

暂无评论...
验证码 换一张
取 消