[android-beginners] Re: How can solve this error? Please help me :)

2009-10-11 Thread GreenRiver
I installed the older version of Android SDK and ADT but still have that error "The method openDatabase(String,null) is underfinded for the type Context". Please help me :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[android-beginners] Re: How can solve this error? Please help me :)

2009-10-12 Thread Chaiyasit T
Hi friend Can you give me your code so that I will review the correctness for you. Regards + Thanks On Mon, Oct 12, 2009 at 11:57 AM, GreenRiver wrote: > > I installed the older version of Android SDK and ADT but still have > that error "The method openDatabase(String,null) is underfinded for

[android-beginners] Re: How can solve this error? Please help me :)

2009-10-12 Thread f...@r@0n
> I installed the older version of Android SDK and ADT but still have > that error "The method openDatabase(String,null) is underfinded for > the type Context". >  Please help me :) Hi, I can say that currently I try to learn Android by one book and I faced quite many mismatches between book ex

[android-beginners] Re: How can solve this error? Please help me :)

2009-10-12 Thread Justin Anderson
Looks like the tutorial you are using is from the 1.1 SDK In 1.5 that method was removed and replaced with openOrCreateDatabase(). http://www.mail-archive.com/android-beginners@googlegroups.com/msg11654.html Unfortunately, I have not done anything with databases in Android yet and so I would

[android-beginners] Re: How can solve this error? Please help me :)

2009-10-12 Thread GreenRiver
I know that errors cause by the differences between versions of Android SDK, but althought i uninstalled current version SDK (1.5) and install the older version (1.0 or 1.0) but still have that errors. There are many methods are not suitable with this SDK version (1.5). Thanks for your all sugges