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

The "android" command is no longer included in the SDK. Any references to it (e.g. by third-party plugins) should be removed. #9

Open
VKdeveloper opened this issue Aug 4, 2017 · 0 comments

Comments

@VKdeveloper
Copy link

VKdeveloper commented Aug 4, 2017

Following issue occurred :

Error:A problem occurred configuring project ':ar'.
Failed to notify project evaluation listener.
The "android" command is no longer included in the SDK. Any references to it (e.g. by third-party plugins) should be removed.
Could not resolve all dependencies for configuration ':ar:_debugApk'.
> A problem occurred configuring project ':utils'.
> The "android" command is no longer included in the SDK. Any references to it (e.g. by third-party plugins) should be removed.

How to fix this ?

@JacobSo
Copy link

JacobSo commented Aug 23, 2017

Remove this line from gradle file:
apply plugin: 'android-sdk-manager'

SOLUTION FROM:
https://stackoverflow.com/questions/42720255/errorthe-android-command-is-no-longer-included-in-the-sdk-any-references-to

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