Github user infil00p commented on a diff in the pull request:

    https://github.com/apache/cordova-android/pull/384#discussion_r124071629
  
    --- Diff: bin/lib/create.js ---
    @@ -259,41 +273,53 @@ exports.create = function(project_path, config, 
options, events) {
     
             setShellFatal(true, function() {
                 var project_template_dir = options.customTemplate || 
path.join(ROOT, 'bin', 'templates', 'project');
    +            var app_path = path.join(project_path, 'app', 'src', 'main');
    --- End diff --
    
    The plan is to support managing the old and existing structures while only 
being able to create new structures for the time being.  Of course, there's a 
debate on how update works, and we may just toss the structure altogether.  Who 
knows?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to