Hello!! I just downloaded the SDK 1.0 and I'm having some problems working around with databases. First of all: When I try to access "adb shell" in my command prompt, I get a "adb server is out of date. Killing...". Did something change in this new SDK related to exploring databases through the command prompt? I haven't been able to check if my database is being created or not. How can I verify this? I read some messages that there is a SQLITE3.exe file in the tools directory, but when I try to explore databases like the one in the notepad tutorial, I don't get any database, which is awkard, cause the exampole works fine.
Second problem is I don't understand how the tables get created using the DatabaseHelper that extends SQLiteOpenHelper. The public void onCreate(SQLiteDatabase db) method never gets called and this is supposed to be the part in which tables get created and populated. Thanks for your help! Best regards, Juan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---