'Android'에 해당되는 글 2건

  1. 2013.04.03 Cannot execute adb or fastboot
  2. 2012.01.19 안드로이드 부분 빌드


Cannot execute adb or fastboot

Development/Linux & Android 2013. 4. 3. 13:17


Even though you installed adt-bundle-sdk and jdk,
if you meet the below message after execution adb or fastboot on Ubuntu ,

bash: /home/user/android-sdk/sdk/platform-tools/adb: No such file or directory



You should install the below things,

sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386


:

안드로이드 부분 빌드

Development/Linux & Android 2012. 1. 19. 15:31

부분 빌드를 위해 mmm 실행 시 아래와 같이 나오는 경우,

#mmm /android_platform/external/build_directory

No command 'mmm' found, did you mean:

Command 'mwm' from package 'motif-clients' (multiverse)
Command 'mwm' from package 'lesstif-bin' (universe)
Command 'mgm' from package 'mgm' (universe)
Command 'rmm' from package 'nmh' (universe)
Command 'rmm' from package 'mailutils-mh' (universe)
Command 'mmv' from package 'mmv' (universe)
Command 'mmd' from package 'mtools' (main)
Command 'mmg' from package 'mkvtoolnix-gui' (universe)
Command 'mma' from package 'mma' (universe)
Command 'mm' from package 'mountmanager' (universe)
Command 'mm' from package 'multimail' (universe)
mmm: command not found

#pwd
/android_platform/

#source ./build/envsetup.sh
including device/htc/dream/vendorsetup.sh
including device/htc/passion/vendorsetup.sh
including device/htc/sapphire/vendorsetup.sh

#mmm /android_platform/external/build_directory 





 
: