You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (Jira)" <ji...@apache.org> on 2020/06/24 17:21:00 UTC

[jira] [Closed] (CB-13386) How to add native module to Cordova Android project?

     [ https://issues.apache.org/jira/browse/CB-13386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-13386.
-----------------------------
    Resolution: Invalid

closing as this is a question, not a bug

> How to add native module to Cordova Android project?
> ----------------------------------------------------
>
>                 Key: CB-13386
>                 URL: https://issues.apache.org/jira/browse/CB-13386
>             Project: Apache Cordova
>          Issue Type: Wish
>          Components: cordova-android
>            Reporter: Jan Piotrowski (janpio)
>            Assignee: Joey Robert Bowser
>            Priority: Minor
>
> I want to add a native (integration test) module to a Cordova Android project - and have the module code _outside_ of the Cordova Android project.
> I got it working manually by adding this to `settings.gradle`:
> {quote}
> include ':module-androidTest'
> project(':module-androidTest').projectDir = new File("../module-tests")
> {quote}
> For native projects I would now just commit and be done with it. But for Cordova I of course don't really want to mess with the generated Android project as some of these changes might be lost on recompile etc - line 1 of `settings.gradle` even says "// GENERATED FILE - DO NOT EDIT" :(
> Is there any other way to add additional modules to a Cordova Android project?
> ----
> Can I somehow do this with `build-extras.gradle`? (I don't think so as settings.gradle is several steps before build-extras and build.gradle, right?)
> StackOverflow suggest manually editing a `GradleBuilder.js` file: https://stackoverflow.com/a/35504783/252627 But of course this would get lost each time I completely generate a new Cordova project. Not a good idea, correct?
> Can I maybe work around this somehow via a Cordova plugin? I know these can load frameworks etc - maybe also a module somehow?
> Something else?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org