Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Netbeans 7.3.1 を使用していますが、Netbeans 7.2 でこれを使用しているのに、openOrCreateDatabase で「シンボルが見つかりません」というエラーが表示される理由
import android.database.sqlite.SQLiteDatabase; SQLiteDatabase conn=null; conn= openOrCreateDatabase("Net",SQLiteDatabase.CREATE_IF_NECESSARY,null);