diff --git a/.gitignore b/.gitignore index f2c38286..55991577 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ Desktop.ini *.iml .idea npm-debug.log +/node_modules +/framework/build diff --git a/bin/lib/create.js b/bin/lib/create.js index 4fa600c9..db5e69c1 100755 --- a/bin/lib/create.js +++ b/bin/lib/create.js @@ -275,7 +275,7 @@ exports.createProject = function(project_path, package_name, project_name, proje copyBuildRules(project_path); }); // Link it to local android install. - writeProjectProperties(project_path, target_api); + writeProjectProperties(project_path, target_api, use_shared_project); }).then(function() { console.log('Project successfully created.'); });