At work, I need to use maven with Android.
maven uses appt.exe for its own compiling process.
ever since I've upgraded to ADT 22 , maven says it can't find this file, and it's right- the file is gone from "...\platform-tools" .
I've tried to uninstall&re-install the sdk manager and the ADT , but it didn't help.
What can I do to fix this ?
Why is it gone?
EDIT:
For now, I use a workaround of copying (without replacing) all of the old "platform-tools" files into the current one. It seems to work, but maybe it could cause problems.