hi,
i'm getting error like this.. whats is the pbm,,,
symbol : method createDatabase(java.lang.String,int,int,<nulltype>)
[javac] location: class gee.nrc.finderdemo
[javac] this.createDatabase("newdb", 1, MODE_PRIVATE, null);
[javac] ^
[javac]
/home/geetha/Desktop/geetha/android-sdk-linux_x86-1.5_r1/tools/finder/src/gee/nrc/finderdemo.java:32:
cannot find symbol
[javac] symbol : method openDatabase(java.lang.String,<nulltype>)
[javac] location: class gee.nrc.finderdemo
[javac] newdb = this.openDatabase("newdb", null);
[javac] ^
[javac]
/home/geetha/Desktop/geetha/android-sdk-linux_x86-1.5_r1/tools/finder/src/gee/nrc/finderdemo.java:57:
cannot find symbol
[javac] symbol : method first()
[javac] location: interface android.database.Cursor
[javac] cursor. first();
--
with regards
Geetha
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---