[ https://issues.apache.org/jira/browse/CB-13386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16191033#comment-16191033 ]
Jan Piotrowski (Sujan) commented on CB-13386: --------------------------------------------- Hmm, having posted this: A plugin basically _is_ external to the Cordova Android project and only copied in by the build process. So if all users would need the same tests, this could actually work I think. But of course each user will have to modify or even write his own tests. Can a plugin "pull in" a file from outside the plugin source on build? That could solve the problem... > 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 (Sujan) > Assignee: Joe 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 (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org