How we can debug a signed apk without having source code?

前端 未结 4 909
故里飘歌
故里飘歌 2021-02-02 17:48

I want to ask if there is a possibility to debug a release apk without having source code and how we can prevent user to do this action ?

I thought that I can\'t debug a

4条回答
  •  猫巷女王i
    2021-02-02 18:52

    we can not debug apk.

    You can check only logs if used for release build.

    • open Android Monitor in android studio at the bottom
    • and select No Filter from drop down appears at top-left.

    You will be able to see logs of released .apk

提交回复
热议问题