logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Android源码编译时,有的aidl文件文为何没有转为java文件?

Android源码编译时,有的aidl文件文为何没有转为java文件?

文章图片
#android
adb shell content命令调试数据库(查看MediaProvider数据库记录)

adb shell content使用说明usage: adb shell content [subcommand] [options]usage: adb shell content insert --uri <URI> [--user <USER_ID>] --bind <BINDING> [--bind <BINDING>...]<URI

文章图片
#android#database#sqlite
adb shell content命令调试数据库(查看MediaProvider数据库记录)

adb shell content使用说明usage: adb shell content [subcommand] [options]usage: adb shell content insert --uri <URI> [--user <USER_ID>] --bind <BINDING> [--bind <BINDING>...]<URI

文章图片
#android#database#sqlite
adb shell cmd overlay调试命令方便查看系统framework字符资源值

cmd overlay调试命令方便查看系统framework字符资源值由于有overlay的存在,有可能字符资源被overlay了,所以,之前调试framework中的字符资源的值实际上是多少时,都是使用 apktool进行反编译调试。今天发现cmd overlay命令更方便一些。apktool d -f framework-res.apk -o out格式为:apktool d [-s] -f-

#android#android studio
android设备wifi无线adb调试

android设备wifi无线adb调试

#android#adb
android framework系统开发总结

android framework系统开发总结:

文章图片
#android
比Source Insight更方便,用Android Studio阅读android系统源代码

比Source Insight更方便,用Android Studio阅读android系统源代码

#android#android studio#ide
android studio 阅读android系统源代码和kernel源代码

android studio 阅读android系统源代码和kernel源代码

文章图片
#android#android studio#ide
到底了