Caused by: android.database.sqlite.SQLiteException: no such table: (code 1) Android

后端 未结 16 2342
一整个雨季
一整个雨季 2020-12-15 05:01

We have a sqlite database in our Application. Its working fine for all the users but few of them experiencing the Caused by: android.database.sqlite.SQLiteException: n

16条回答
  •  离开以前
    2020-12-15 05:26

    Another possible solution is just uninstall an App from the Android emulator and after this run it again.

    If you just want to remove a application:

    1.Start the emulator.
    2.Open the Android settings app.
    3.Select "Applications" (Called "Apps" on Android 4.0 or higher)
    4.Select "Manage Applications" (Only on Android 3.2 or lower)
    5.Select the application you want to uninstall.
    6.Click "Uninstall"
    

提交回复
热议问题