I have recently starting to have a problem to run my project from android studio , the APK uploaded to my device from the android studio is not the updated one .
i have checked in the output library and it does create new APK but upload the old one .
after many things i have try'd the only thing works is to do Gradle
sync , but every time i want to run my project i need to do this again and again...this thing is driving me crazy !
this is my gradle if relevant :
dependencies {
classpath 'com.android.tools.build:gradle:1.+'
}
this is my run config :