Github user imhotep commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/384#discussion_r123851340 --- 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 -- Is this default? do you plan on having a way to create old project structure still? or is the plan to just support managing the old&existing structures while only being able to create the new (Android Studio) structure?
--- 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