Got this error When I use "gradle clean" for an Android Appliation -
failure: build failed exception.
where: build file '/home/user/androidcode/myproject/build.gradle' line: 1
what went wrong: problem occurred evaluating root project 'myproject'.
could not create plugin of type 'appplugin'.
try: run --stacktrace option stack trace. run --info or --debug option more log output.
build failed
line:1 apply plugin: 'com.android.application'
how solve error?
Comments
Post a Comment