Remote Debugging has been terminated with reason: Connection lost
问题 I am getting connection lost error, when try to see the realm database. here's how i am initalizing stetho and realm. i am still getting this error. I have even put withDeleteIfMigrationNeeded( true ). still didn't work. public class ApplicationClass extends Application { // Database Name... private static final String DB_NAME = "Cheruvu.realm"; @Override public void onCreate() { super.onCreate(); configureRealm(); } private void configureRealm() { Realm.init( this );