Android Studio does not install latest application on device

后端 未结 8 2027
后悔当初
后悔当初 2020-12-13 09:12

I\'m following some tutorials about building apps in Android Studio, but for some reason it\'s not launching/installing the latest version of my app when I click \'run\'. I

8条回答
  •  春和景丽
    2020-12-13 09:31

    option in Run > Edit Configurations >Android Application > app >Miscellaneous . Then uncheck "Skip installation if APK has not changed". THEN --> option in Build > clean project and rebuild project and reinstall APK in your device.

    THIS WORKS FINE FOR ME, HOPE THIS HELP OTHER ALSO

提交回复
热议问题