首页 > 解决方案 > Is there any use of Android:debuggable=true when you don't have any source code?

问题描述

Say I have BHIM.apk and I want to debug this. Since I don't have the source code, so can I see the logs generated by Android?

标签: androiddebuggingapk

解决方案


如果 BHIM.apk 构建类型调试,您需要:
- 安装 android studio:https
://developer.android.com/studio/install - 在真实设备上安装 BHIM.apk 并通过 USB 连接到笔记本电脑(pc,bla bla)
-阅读 logcat:https ://developer.android.com/studio/debug/am-logcat


推荐阅读