I\'ve updated ADT to v. 21 and new warning appeared in this code:
if (e.getMessage().toLowerCase().contains(\"blabla\")) Implicitly using the default locale
use Locale.getDefault() and than clean your project.