breautek commented on issue #856: How to enable WebView for a Cordova Hybrid Mobile App? URL: https://github.com/apache/cordova-android/issues/856#issuecomment-545187262 If you use the `cordova` command line to create your project it will be located under `<project-dir>/platforms/android/app/src/main/` But you shouldn't need to modify the android manifest file to add debuggable yourself if you use the cordova command line. Cordova tooling does that already if you use the cordova build/run command without the `--release` flag. Modifying the AndroidManifeset.xml is only required if you have a native app that you're embedding the cordova webview into. I was confused on what you meant exactly by "Hybrid mobile app" so I mentioned both ways just in case.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
