Search code examples
androiddatabaseandroid-room

Room persistent library reset version to 1


Is there any ways to reset room library version to 1. I tried uninstall the app on my phone. It is not working.


Solution

  • Downgrading versions using Room only works if you completly remove the app.

    You can either do that via adb (adb uninstall your.app.package) which removes your databases aswell, or you delete the data/cache in your app-overview using your device.