Reputation: 1875
I deleted the app that android studio adds on the Android device. Afterwards, I rerun from Android studio but Android studio is adding some kind of a cached version on my Android device. I do make use of ROOM and Recyclerview when I run it's prefilled with the same old data.
How can I Android Studio's run install clean APK on my Android device?
When I make a new emulator and press run the Recyclerview isn't prefilled with old data and it's fine.
Upvotes: 0
Views: 403