1. 程式人生 > >android.database.sqlite.SQLiteException: no such table 異常之GreenDao整合

android.database.sqlite.SQLiteException: no such table 異常之GreenDao整合

解決方法:升級資料庫版本號dbVersion

public class GreenDaoGenerator {
    public static void main(String[] args) throws Exception {
   Schema schema = new Schema(dbVersion,"your package");   
    }
}