android native service 开发 note

Posted by shensunbo on March 23, 2026

preparation for demo test

  1. open access to push apk and service to device
    1
    2
    3
    
    adb root
    adb remount
    adb reboot
    
  2. 关闭权限: setenforce 0

常用操作

  • 查询服务是否存在: service list grep -i tbox
  • 安装和卸载 apk: adb install -r xxx.apk, adb uninstall com.xxx

日志

  • 查看日志: adb logcat -s tbox

build

  • 编译: source build/envsetup.sh && lunch blahblah && m -j8 binary