Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running GTM diagnose error

When I try to clean my android projects in Eclipse, I always get this error:

An internal error occurred during: "Running GTM diagnose".
com.android.tools.lint.detector.api.XmlContext: method <init>(Lcom/android/tools/lint/client/api/LintDriver;Lcom/android/tools/lint/detector/api/Project;Lcom/android/tools/lint/detector/api/Project;Ljava/io/File;Lcom/android/resources/ResourceFolderType;)V not found

Any help would be much appreciated.

like image 994
nano Avatar asked Jul 07 '14 11:07

nano


2 Answers

I just uninstalled the ATM (Android Translation Manager), and the error disappears.

In Eclipse go to -> Help -> Installation Details -> Select the ATM and click in Uninstall.

Restart eclipse and DONE.

At least for me the error message is gone.

like image 154
Felipe Vasconcelos Avatar answered Oct 19 '22 17:10

Felipe Vasconcelos


I think I've solved the problem. After updating to ADT v23 I've installed Android Translation Manager too which I never used before. I've moved my strings.xml file to values-en folder and I never got that message again. Separating languages from values folder solved the problem but I think maybe it should caused by Android Translation Manager, maybe a bug but I should run more tests... .

like image 24
hamidfzm Avatar answered Oct 19 '22 19:10

hamidfzm