I created an android application which is used as library in another android application. I used some third party jars in the android app which acts as a library. When I lin
Removing all the jar files from the /libs folder and then adding them again followed by cleaning the project and building it fixed for me.