4
我讀了這個http://developer.android.com/resources/tutorials/notepad/index.html,現在嘗試創建我自己的簡單示例。出於簡化的原因,我沒有自己的適配器類。當我嘗試這個SQLiteOpenHelper錯誤
SQLiteOpenHelper dbHelper = new SQLiteOpenHelper(this,"myDB.db3", null, 1);
在我的應用程序
onCreate方法我看到Ecplise告訴我
Cannot instantiate the type SQLiteOpenHelper
我沒有看到什麼是從SDK教程(除了我的構造函數調用基本上是不同的不包含在輔助類中)。
感謝,A