I finally figured out why i got this issue .
In the gradle.app
of the two application getting the issue (A-B) , i was using
apache.commons.io:2.4
i just removed this line from the app gradle
compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
and now everything is working fine again
this answer helped me a lot to figure out mine .