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

Poor user messages when android-mode-builder is set strangely. #40

Open
RadicalZephyr opened this issue May 25, 2014 · 2 comments
Open

Comments

@RadicalZephyr
Copy link
Contributor

One of the consequences of the current structure is that when the builder variable is set to a symbol other than one of the three explicitly supported builders most android-mode commands fail with poor error messages.

I think the "best" thing to do might be to rework the way that commands are created for the specific builders or how the key-binding functions are created. Not sure which is better...

@remvee
Copy link
Owner

remvee commented May 26, 2014

This is fixed in the gradle branch, right?

@RadicalZephyr
Copy link
Contributor Author

Not really. Since it has to do with the fact that all of the android-build-* commands are built. When builder isn't one of ant, maven or gradle the case statements return nil. Which then causes the funcall to fail with a really unhelpful error.

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

No branches or pull requests

2 participants