Skip to content

Instantly share code, notes, and snippets.

@dodocat
Created May 9, 2016 02:03
Show Gist options
  • Select an option

  • Save dodocat/066920166ba3026d04d727f24e9ad0b8 to your computer and use it in GitHub Desktop.

Select an option

Save dodocat/066920166ba3026d04d727f24e9ad0b8 to your computer and use it in GitHub Desktop.

Develop AOSP Module efficiently 高效开发 AOSP 模块

mmm frameworks/packages/SystemUI/  # 编译指定模块
adb sync system # 把编译出的结果同步到设备中
adb shell stop # 重新启动应用
adb shell start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment