[android-beginners] Help on Building Android Source code

2008-10-24 Thread FERjon
ver/cgi/cgi.c:1218: error: ‘Z_DEFLATED’ undeclared (first use in this function) make: *** [out/host/linux-x86/obj/SHARED_LIBRARIES/ libneo_cgi_intermediates/cgi.o] Error 1 How to fix this? I'll really appreciate any help... Thanks in Advance, FerJon --~--~-~--~~~--

[android-beginners] Re: Hello everybody

2008-10-22 Thread FERjon
Welcome Luis, Hope you'll enjoy your start in this group... :D On Oct 23, 1:41 am, "Luis Maqueda Martos" <[EMAIL PROTECTED]> wrote: > I'm Luis, and i just joined to this list. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Cannot find class android.provider.Telephony

2008-10-01 Thread FERjon
Hello, I recently updated my version of android SDK from the 0.9 beta release to the 1.0 r1. I cannot find the class Telephony from its package ( "android.provider" ). Where is it? Another thing, I am using the Telephony class to get messages ( Telephony.Sms.Intents.getMessageFromIntent(In

[android-beginners] Re: What happen to the IntentReceiver class?

2008-09-29 Thread FERjon
Thanks Mark.. Btw, I have found this from the android site. http://code.google.com/android/migrating/m5-0.9/changes-overview.html. That solves it FerJ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Begin

[android-beginners] What happen to the IntentReceiver class?

2008-09-29 Thread FERjon
Hello, I am currently tinkering with the newly release SDK. I found a tutorial for android that makes use of the IntentReceiver class. I tried to build the same application and found out that IntentReceiver was no where to be found. I just want to ask what class replaced IntentReceiver's funct