In order to resolve this error android.database.sqlite.SQLiteException: no such table: status (code 1): , while compiling: INSERT INTO status (message) VALUES ('I am available'), ('I am offline'), ('I am visible'), ('I am invisible') Please follow the below mentioned steps.
Please make sure that the Instant Run feature of Android Studio is disabled. To disable the same, please follow the below mentioned steps:
Step 1:
Go to Settings in Android Studio.
Step 2:
Navigate to Build, Execution, Deployment > Instant Run.
Step 3:
Disable the Instant Run Feature.
For more details, kindly refer to the below mentioned link:
https://docs.cometchat.com/android-sdk/environment-setup/