Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-8320: We look for a build.gradle to make sure it's Android, this allows plugman to be used with non-standard Cordova projects. #469

Closed
wants to merge 2 commits into from

Conversation

infil00p
Copy link
Member

No description provided.

throw new CordovaError('The provided path "' + project + '" is not an Android project.');
}

// Call the base class constructor
Parser.call(this, 'android', project);

this.path = project;

//If we have a gradle file but not a manifest, this is an Android Studio project
if(!fs.existsSync(path.join(project, "AndroidManifest.xml"))) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@infil00p Apparently this fails the jslint step because of double quotes here, which is why the Travis and Appveyor builds failed. It wants all JS strings to use single quotes.

Copy link
Member Author

@infil00p infil00p Jul 28, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just reminds me of how much I hate lint and Javascript in general.

@infil00p
Copy link
Member Author

infil00p commented Jan 3, 2017

This PR is hilariously out of date, and this functionality was added elsewhere.

@infil00p infil00p closed this Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants