[
https://issues.apache.org/jira/browse/CB-12534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15899766#comment-15899766
]
jcesarmobile commented on CB-12534:
-----------------------------------
[~bowserj] he is saying that it's enabled for Android 4.4 (only, not on greater
and not below).
[~danigc] latest CLI is 6.5.0, can you try with that one?
Also, try not setting the targetSdkVersion to 19, let it use the one the CLI
picks by default.
And make sure you are not using any remote debugging tool such us weinre that
might allow to debug signed apks.
> Remote debugging is enabled on release build type for android 4.4
> -----------------------------------------------------------------
>
> Key: CB-12534
> URL: https://issues.apache.org/jira/browse/CB-12534
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 6.4.0
> Environment: cordova 6.4.0
> {{cordova platform version android}}
> Installed platforms: android 6.0.0
> android studio 2.2.3
> windows 10 x64
> affects android version 4.4
> Reporter: Dani Granados
> Priority: Critical
> Labels: android
>
> While generating a release and signed apk, if it's ran on a device with kit
> kat, the remote inspection at google chrome is enabled.
> This doesn't happen on devices with android > 4.4
> Tried adding {{android:debuggable="false"}} on AndroidManifest.xml
> Also adding on main activity
> if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
> WebView.setWebContentsDebuggingEnabled(false);
> }
> But the release apk generated stills being debuggable.
> Then tried installing cordova-plugin-crosswalk-webview and found it disables
> correctly the remote inspection for release, as it should be *perse.*
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]