Android mm or mmm command

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Android mm or mmm command

8,827件の閲覧回数
Silwerstar
Contributor I

I am new to Android. I have the entire source code of Android for the imx-6 platform. I would like to build the wpa_supplicant folder present under external folder. Everytime I make a change, instead of building the entire source, I would like to build only the wpa_supplicant folder. I have read that using the 'mm' command I can do it. However, i am not sure where to find the 'mm' command. For when I type #mm external/wpa_supplicant_8, I get the following error message displayed:

The program 'mm' can be found in the following packages: * mountmanager * multimail Try: apt-get install

I am not sure if I need to do an apt-get install or the binary is present somewhere I else. Can someone help me with this? Also, how do I compile only a single application present in external folder? Please help.

ラベル(2)
0 件の賞賛
返信
1 返信

3,367件の閲覧回数
sanshanzhang
NXP Employee
NXP Employee

Hi Silwerstar;

Do you encounter below problem?

The program 'mm' is currently not installed. You can install it by typing:

apt-get install multimail

You need return your android root content.

source ./build/envsetup.sh

lunch (select your platform)

enter external/wpa_supplicant_8

execute 'mm'

0 件の賞賛
返信