0

I am currently developing an Ionic2 app. I can debug the app using chrome://inspect debugging.

Is there is any way to disable this debugging in release apk of app. I am using Android studio to build signed apk for release.

1 Answer 1

2

In the AndroidManifest.xml there should be a android:debuggable="true" attribute on the <application> element. If you remove that and build the app, it shouldn't be debuggable anymore.

I think when you build your Android app using command ionic build android --release it won't add the android:debuggable property to the manifest xml.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.