[skip ci] Update debugger instructions (#3884)

* Update Android debugger instructions

* Bold text

* Wording changes

* Wording change
This commit is contained in:
ringosham 2024-07-07 16:08:34 +01:00 committed by GitHub
parent 1ec2e85332
commit fec11ea025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -720,6 +720,10 @@ And for a release build of Tachiyomi:
### Android Debugger ### Android Debugger
> [!IMPORTANT]
> If you didn't build the main app from source with debug enabled and are using a release/beta APK, you **need** a rooted device.
> If you are using an emulator instead, make sure you choose a profile **without** Google Play.
You can leverage the Android Debugger to step through your extension while debugging. You can leverage the Android Debugger to step through your extension while debugging.
You *cannot* simply use Android Studio's `Debug 'module.name'` -> this will most likely result in an You *cannot* simply use Android Studio's `Debug 'module.name'` -> this will most likely result in an