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 以及为什么我在 OpenOrCreateDatabase 中收到此错误“找不到符号”,而我在 Netbeans 7.2 中使用了它
import android.database.sqlite.SQLiteDatabase; SQLiteDatabase conn=null; conn= openOrCreateDatabase("Net",SQLiteDatabase.CREATE_IF_NECESSARY,null);