I'm working on an app for myself to do the simple act of connecting to bluetooth devices! when I try to build the app to my Nexus 5 phone from Android Studio, it seems to not build the most recent changes I made. It somehow looks like it cached the first build. It fixes the issue when I go to File>Invalidate Cache. But then when I try to build it again, it seems to have caches the next build. Is there a way to prevent caching programatically? I had another app and it didn't happen to that one!
P.S. New to Android and Android Studio! :) Thanks