android - No command 'lint' found -


I want to prepare a lint report for my project. So on my Ubuntu terminal I gave the command lint my_prj_path but I am getting the error,

  no command 'lint' was found, did you mean: command 'link 'Command' line 'package' from command 'hlint' package 'hlint' (cosmos) from 'corolls' (main) command' jellint 'package' jellint '(universe) from package' linux '(main) command' tint package From 'tint' (universe) command 'dlint' package 'dlint' (cosmic lint): command can not be found   

It can be very basic question, but I do not know a trick. Please help. thank you in advanced.

/ sdk / tools / . So you need to go to the directory or add related paths before the lint command, such as

  SDK_PATH / sdk / tools / lint project_path    < / Html>

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -