Using cordova build android - release with debugging

I use cordova to build and sign my apk.

In my specific situation, I need to be able to debug a signed apk using buildroid android -release.

I added android:debuggable="true" in AndroidManifest.xml, but I still can't debug my application. I use the crossroads in my project (embedding Chromium WebView).

Could you help me here?

+5
source share

Source: https://habr.com/ru/post/1215386/


All Articles