0
点赞
收藏
分享

微信扫一扫

如何单独 build android ap (以launcher为例)


单独build launcher.

  $cd

  $export TOP='pwd'

  $source build/envsetup.sh

  $cd packages/apps/Launcher

  $mm

  将build出来的launcher.apk push到SDK当中

  $adb push out/..../system/app/Launcher.apk /system/app

  $adb shell stop zygote

  $adb shell start zygote

举报

相关推荐

0 条评论