Is there any good tools or Eclipse Plugins that would scan my Android Project and identify possible ‘Memory leaks’, susceptible code for ‘Force closes’ and other general code standards of Java and/or Android.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One good tool is the “LINT” Tool Available in Eclipse + Android-SDK.
Another good find was “FindBugs” that locates Java Bugs and suggests enhancements.
Is there any other tool that you’d suggest ?