[android-developers] Re: Build error - sun/security/x509/X500Name

2012-09-14 Thread ajml
Hey 
I am getting the same error. Could you please talk in detail about what 
exactly you did to solve the problem? I am bit new and not able to figure 
out what you said here.

Aj

On Friday, February 25, 2011 2:12:39 PM UTC-5, Ofguard wrote:
>
> Solved. make sure the default java on the system in Sun's. 
> Specifically, make sure keytool being used is from the Sun java (mine 
> had /usr/bin/keytool pointing to another java keytool) 
>
> On Feb 24, 10:38 am, Ofguard  wrote: 
> > Using Eclipse 3.6, Sun java jdk1.6.0_24, ADT plug-in installed. 
> > Trying  to run the 'Hello World' program ... getting: 
> > 
> > Errors occurred during the build. 
> > Errors running builder 'Android Package Builder' on project 
> > 'HelloAndroid'. 
> > sun/security/x509/X500Name 
> > 
> > Have seen multiple postings over thins issue ... non were answered. 
> > Please advise.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Build Error - Android 2.2

2011-03-17 Thread rahul
Try this change: LOCAL_SDK_VERSION=current (3 Android.mk files)

1. frameworks/ex/common/Android.mk
2. external/jsr305/Android.mk
3. external/guava/Android.mk

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Build error - sun/security/x509/X500Name

2011-02-25 Thread Ofguard
Solved. make sure the default java on the system in Sun's.
Specifically, make sure keytool being used is from the Sun java (mine
had /usr/bin/keytool pointing to another java keytool)

On Feb 24, 10:38 am, Ofguard  wrote:
> Using Eclipse 3.6, Sun java jdk1.6.0_24, ADT plug-in installed.
> Trying  to run the 'Hello World' program ... getting:
>
> Errors occurred during the build.
> Errors running builder 'Android Package Builder' on project
> 'HelloAndroid'.
> sun/security/x509/X500Name
>
> Have seen multiple postings over thins issue ... non were answered.
> Please advise.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Build Error

2010-07-16 Thread daijo
In got the exact same problem. Any success?

On Jul 8, 12:54 pm, folone  wrote:
> I did
> $ file /lib/libz.so.1.2.3.3
> and it said, that:
> /lib/libz.so.1.2.3.3: ELF 32-bit LSB shared object, Intel 80386,
> version 1 (SYSV), dynamically linked, stripped
> So, it seems, everything is ok. But I still get the first error.
>
> On Jul 8, 5:15 am, Robert Craig  wrote:
>
> > My first response when looking at your error was that you need to point your
> > libz.so to your 32 bit version.
> > I would try that first and see if that works. Try doing an 'ls -l' on
> > /usr/lib/libz.so and see where that points.
> > My first guess is that you need to create a symlink to the 32bit version,
> > /usr/lib32/libz.so.
>
> > On Wed, Jul 7, 2010 at 10:06 PM, Taewoong Kim  wrote:
> > > My dev environment is ubuntu 10.04(32bit) on 64bit cpu(dual).
> > > Is this problem?
>
> > > 2010/7/8 Robert Craig 
>
> > >> it could be a 64 bit versus 32 bit issue. what does your dev environment
> > >> look like?
>
> > >> On Wed, Jul 7, 2010 at 9:03 PM, Taewoong Kim  wrote:
>
> > >>> I have a same problem.
>
> > >>> but I could not have solution.
>
> > >>> 2010/7/6 David Rhodus 
>
> > >>> Anyone seen this ?
> >  I feel like I'm just missing a package or something easy.
>
> >  On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus 
> >  wrote:
> >  > Any Suggestions ???
>
> >  > apt-get install git-core gnupg sun-java6-jdk flex bison gperf
> >  > libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
> >  > libncurses5-dev zlib1g-dev g++-multilib
> >  > repo sync
>
> >  > r...@myhost:/home/android# make showcommands
> >  > 
> >  > PLATFORM_VERSION_CODENAME=AOSP
> >  > PLATFORM_VERSION=AOSP
> >  > TARGET_PRODUCT=generic
> >  > TARGET_BUILD_VARIANT=eng
> >  > TARGET_SIMULATOR=
> >  > TARGET_BUILD_TYPE=release
> >  > TARGET_BUILD_APPS=
> >  > TARGET_ARCH=arm
> >  > HOST_ARCH=x86
> >  > HOST_OS=linux
> >  > HOST_BUILD_TYPE=release
> >  > BUILD_ID=OPENMASTER
> >  > 
> >  > Install: out/host/linux-x86/framework/apicheck.jar
> >  > out/host/linux-x86/bin/acp -fpt
> >  > out/host/common/obj/JAVA_LIBRARIES/apicheck_intermediates/javalib.jar
> >  > out/host/linux-x86/framework/apicheck.jar
> >  > Install: out/host/linux-x86/framework/clearsilver.jar
> >  > out/host/linux-x86/bin/acp -fpt
>
> >  out/host/common/obj/JAVA_LIBRARIES/clearsilver_intermediates/javalib.jar
> >  > out/host/linux-x86/framework/clearsilver.jar
> >  > Install: out/host/linux-x86/framework/droiddoc.jar
> >  > out/host/linux-x86/bin/acp -fpt
> >  > out/host/common/obj/JAVA_LIBRARIES/droiddoc_intermediates/javalib.jar
> >  > out/host/linux-x86/framework/droiddoc.jar
> >  > host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so)
> >  > g++ -Wl,-rpath-link=out/target/product/generic/obj/lib
> >  > -Wl,-rpath,\$ORIGIN/../lib -shared -Wl,-soname,libneo_cgi.so  -m64
> >  > -Lout/host/linux-x86/obj/lib
>
> >  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgiwrap.o
> >  > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o
>
> >  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/html.o
>
> >  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/date.o
>
> >  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/rfc2388.o
> >  >    -Wl,--whole-archive   -Wl,--no-whole-archive   -lneo_util -lneo_cs
> >  >  -o out/host/linux-x86/obj/lib/libneo_cgi.so  -lz
> >  > /usr/bin/ld: skipping incompatible
> >  > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.so when searching for
> >  > -lz
> >  > /usr/bin/ld: skipping incompatible
> >  > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.a when searching for
> >  > -lz
> >  > /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching 
> >  > for
> >  -lz
> >  > /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for
> >  -lz
> >  > /usr/bin/ld: cannot find -lz
> >  > collect2: ld returned 1 exit status
> >  > make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] Error 1
> >  > r...@myhost:/home/android#
>
> >  --
> >  You received this message because you are subscribed to the Google
> >  Groups "Android Developers" group.
> >  To post to this group, send email to
> >  android-developers@googlegroups.com
> >  To unsubscribe from this group, send email to
> >  android-developers+unsubscr...@googlegroups.com >   cr...@googlegroups.com>
> >  For more options, visit this group at
> > http://groups.google.com/group/android-developers?hl=en
>
> > >>>  --
> > >>> You received this message because you are subscribed to the Google
> > >>> Groups "Android Developers" group.
> > >>> To post t

[android-developers] Re: Build Error

2010-07-09 Thread folone
I actually have the same problem here.
$ ls -l /usr/lib/libz.so
says:
lrwxrwxrwx 1 root root 20 2010-07-07 17:08 /usr/lib/libz.so -> /lib/
libz.so.1.2.3.3
How do I figure out, if it is the right version of lib, and how do I
create a symlink to the right one?

On Jul 8, 5:15 am, Robert Craig  wrote:
> My first response when looking at your error was that you need to point your
> libz.so to your 32 bit version.
> I would try that first and see if that works. Try doing an 'ls -l' on
> /usr/lib/libz.so and see where that points.
> My first guess is that you need to create a symlink to the 32bit version,
> /usr/lib32/libz.so.
>
>
>
> On Wed, Jul 7, 2010 at 10:06 PM, Taewoong Kim  wrote:
> > My dev environment is ubuntu 10.04(32bit) on 64bit cpu(dual).
> > Is this problem?
>
> > 2010/7/8 Robert Craig 
>
> >> it could be a 64 bit versus 32 bit issue. what does your dev environment
> >> look like?
>
> >> On Wed, Jul 7, 2010 at 9:03 PM, Taewoong Kim  wrote:
>
> >>> I have a same problem.
>
> >>> but I could not have solution.
>
> >>> 2010/7/6 David Rhodus 
>
> >>> Anyone seen this ?
>  I feel like I'm just missing a package or something easy.
>
>  On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus 
>  wrote:
>  > Any Suggestions ???
>
>  > apt-get install git-core gnupg sun-java6-jdk flex bison gperf
>  > libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
>  > libncurses5-dev zlib1g-dev g++-multilib
>  > repo sync
>
>  > r...@myhost:/home/android# make showcommands
>  > 
>  > PLATFORM_VERSION_CODENAME=AOSP
>  > PLATFORM_VERSION=AOSP
>  > TARGET_PRODUCT=generic
>  > TARGET_BUILD_VARIANT=eng
>  > TARGET_SIMULATOR=
>  > TARGET_BUILD_TYPE=release
>  > TARGET_BUILD_APPS=
>  > TARGET_ARCH=arm
>  > HOST_ARCH=x86
>  > HOST_OS=linux
>  > HOST_BUILD_TYPE=release
>  > BUILD_ID=OPENMASTER
>  > 
>  > Install: out/host/linux-x86/framework/apicheck.jar
>  > out/host/linux-x86/bin/acp -fpt
>  > out/host/common/obj/JAVA_LIBRARIES/apicheck_intermediates/javalib.jar
>  > out/host/linux-x86/framework/apicheck.jar
>  > Install: out/host/linux-x86/framework/clearsilver.jar
>  > out/host/linux-x86/bin/acp -fpt
>
>  out/host/common/obj/JAVA_LIBRARIES/clearsilver_intermediates/javalib.jar
>  > out/host/linux-x86/framework/clearsilver.jar
>  > Install: out/host/linux-x86/framework/droiddoc.jar
>  > out/host/linux-x86/bin/acp -fpt
>  > out/host/common/obj/JAVA_LIBRARIES/droiddoc_intermediates/javalib.jar
>  > out/host/linux-x86/framework/droiddoc.jar
>  > host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so)
>  > g++ -Wl,-rpath-link=out/target/product/generic/obj/lib
>  > -Wl,-rpath,\$ORIGIN/../lib -shared -Wl,-soname,libneo_cgi.so  -m64
>  > -Lout/host/linux-x86/obj/lib
>
>  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgiwrap.o
>  > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o
>
>  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/html.o
>
>  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/date.o
>
>  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/rfc2388.o
>  >    -Wl,--whole-archive   -Wl,--no-whole-archive   -lneo_util -lneo_cs
>  >  -o out/host/linux-x86/obj/lib/libneo_cgi.so  -lz
>  > /usr/bin/ld: skipping incompatible
>  > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.so when searching for
>  > -lz
>  > /usr/bin/ld: skipping incompatible
>  > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.a when searching for
>  > -lz
>  > /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for
>  -lz
>  > /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for
>  -lz
>  > /usr/bin/ld: cannot find -lz
>  > collect2: ld returned 1 exit status
>  > make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] Error 1
>  > r...@myhost:/home/android#
>
>  --
>  You received this message because you are subscribed to the Google
>  Groups "Android Developers" group.
>  To post to this group, send email to
>  android-developers@googlegroups.com
>  To unsubscribe from this group, send email to
>  android-developers+unsubscr...@googlegroups.com   cr...@googlegroups.com>
>  For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> >>>  --
> >>> You received this message because you are subscribed to the Google
> >>> Groups "Android Developers" group.
> >>> To post to this group, send email to android-developers@googlegroups.com
> >>> To unsubscribe from this group, send email to
> >>> android-developers+unsubscr...@googlegroups.com >>>  cr...@googlegroups.com>
> >>> For more options, visit this group at
> >>>http://gro

[android-developers] Re: Build Error

2010-07-09 Thread folone
I did
$ file /lib/libz.so.1.2.3.3
and it said, that:
/lib/libz.so.1.2.3.3: ELF 32-bit LSB shared object, Intel 80386,
version 1 (SYSV), dynamically linked, stripped
So, it seems, everything is ok. But I still get the first error.

On Jul 8, 5:15 am, Robert Craig  wrote:
> My first response when looking at your error was that you need to point your
> libz.so to your 32 bit version.
> I would try that first and see if that works. Try doing an 'ls -l' on
> /usr/lib/libz.so and see where that points.
> My first guess is that you need to create a symlink to the 32bit version,
> /usr/lib32/libz.so.
>
>
>
> On Wed, Jul 7, 2010 at 10:06 PM, Taewoong Kim  wrote:
> > My dev environment is ubuntu 10.04(32bit) on 64bit cpu(dual).
> > Is this problem?
>
> > 2010/7/8 Robert Craig 
>
> >> it could be a 64 bit versus 32 bit issue. what does your dev environment
> >> look like?
>
> >> On Wed, Jul 7, 2010 at 9:03 PM, Taewoong Kim  wrote:
>
> >>> I have a same problem.
>
> >>> but I could not have solution.
>
> >>> 2010/7/6 David Rhodus 
>
> >>> Anyone seen this ?
>  I feel like I'm just missing a package or something easy.
>
>  On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus 
>  wrote:
>  > Any Suggestions ???
>
>  > apt-get install git-core gnupg sun-java6-jdk flex bison gperf
>  > libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
>  > libncurses5-dev zlib1g-dev g++-multilib
>  > repo sync
>
>  > r...@myhost:/home/android# make showcommands
>  > 
>  > PLATFORM_VERSION_CODENAME=AOSP
>  > PLATFORM_VERSION=AOSP
>  > TARGET_PRODUCT=generic
>  > TARGET_BUILD_VARIANT=eng
>  > TARGET_SIMULATOR=
>  > TARGET_BUILD_TYPE=release
>  > TARGET_BUILD_APPS=
>  > TARGET_ARCH=arm
>  > HOST_ARCH=x86
>  > HOST_OS=linux
>  > HOST_BUILD_TYPE=release
>  > BUILD_ID=OPENMASTER
>  > 
>  > Install: out/host/linux-x86/framework/apicheck.jar
>  > out/host/linux-x86/bin/acp -fpt
>  > out/host/common/obj/JAVA_LIBRARIES/apicheck_intermediates/javalib.jar
>  > out/host/linux-x86/framework/apicheck.jar
>  > Install: out/host/linux-x86/framework/clearsilver.jar
>  > out/host/linux-x86/bin/acp -fpt
>
>  out/host/common/obj/JAVA_LIBRARIES/clearsilver_intermediates/javalib.jar
>  > out/host/linux-x86/framework/clearsilver.jar
>  > Install: out/host/linux-x86/framework/droiddoc.jar
>  > out/host/linux-x86/bin/acp -fpt
>  > out/host/common/obj/JAVA_LIBRARIES/droiddoc_intermediates/javalib.jar
>  > out/host/linux-x86/framework/droiddoc.jar
>  > host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so)
>  > g++ -Wl,-rpath-link=out/target/product/generic/obj/lib
>  > -Wl,-rpath,\$ORIGIN/../lib -shared -Wl,-soname,libneo_cgi.so  -m64
>  > -Lout/host/linux-x86/obj/lib
>
>  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgiwrap.o
>  > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o
>
>  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/html.o
>
>  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/date.o
>
>  out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/rfc2388.o
>  >    -Wl,--whole-archive   -Wl,--no-whole-archive   -lneo_util -lneo_cs
>  >  -o out/host/linux-x86/obj/lib/libneo_cgi.so  -lz
>  > /usr/bin/ld: skipping incompatible
>  > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.so when searching for
>  > -lz
>  > /usr/bin/ld: skipping incompatible
>  > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.a when searching for
>  > -lz
>  > /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for
>  -lz
>  > /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for
>  -lz
>  > /usr/bin/ld: cannot find -lz
>  > collect2: ld returned 1 exit status
>  > make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] Error 1
>  > r...@myhost:/home/android#
>
>  --
>  You received this message because you are subscribed to the Google
>  Groups "Android Developers" group.
>  To post to this group, send email to
>  android-developers@googlegroups.com
>  To unsubscribe from this group, send email to
>  android-developers+unsubscr...@googlegroups.com   cr...@googlegroups.com>
>  For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> >>>  --
> >>> You received this message because you are subscribed to the Google
> >>> Groups "Android Developers" group.
> >>> To post to this group, send email to android-developers@googlegroups.com
> >>> To unsubscribe from this group, send email to
> >>> android-developers+unsubscr...@googlegroups.com >>>  cr...@googlegroups.com>
> >>> For more options, visit this group at
> >>>http://groups.google.com/group/android-

Re: [android-developers] Re: Build Error

2010-07-07 Thread Robert Craig
My first response when looking at your error was that you need to point your
libz.so to your 32 bit version.
I would try that first and see if that works. Try doing an 'ls -l' on
/usr/lib/libz.so and see where that points.
My first guess is that you need to create a symlink to the 32bit version,
/usr/lib32/libz.so.





On Wed, Jul 7, 2010 at 10:06 PM, Taewoong Kim  wrote:

> My dev environment is ubuntu 10.04(32bit) on 64bit cpu(dual).
> Is this problem?
>
> 2010/7/8 Robert Craig 
>
>> it could be a 64 bit versus 32 bit issue. what does your dev environment
>> look like?
>>
>> On Wed, Jul 7, 2010 at 9:03 PM, Taewoong Kim  wrote:
>>
>>> I have a same problem.
>>>
>>> but I could not have solution.
>>>
>>>
>>>
>>> 2010/7/6 David Rhodus 
>>>
>>> Anyone seen this ?
 I feel like I'm just missing a package or something easy.

 On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus 
 wrote:
 > Any Suggestions ???
 >
 >
 > apt-get install git-core gnupg sun-java6-jdk flex bison gperf
 > libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
 > libncurses5-dev zlib1g-dev g++-multilib
 > repo sync
 >
 > r...@myhost:/home/android# make showcommands
 > 
 > PLATFORM_VERSION_CODENAME=AOSP
 > PLATFORM_VERSION=AOSP
 > TARGET_PRODUCT=generic
 > TARGET_BUILD_VARIANT=eng
 > TARGET_SIMULATOR=
 > TARGET_BUILD_TYPE=release
 > TARGET_BUILD_APPS=
 > TARGET_ARCH=arm
 > HOST_ARCH=x86
 > HOST_OS=linux
 > HOST_BUILD_TYPE=release
 > BUILD_ID=OPENMASTER
 > 
 > Install: out/host/linux-x86/framework/apicheck.jar
 > out/host/linux-x86/bin/acp -fpt
 > out/host/common/obj/JAVA_LIBRARIES/apicheck_intermediates/javalib.jar
 > out/host/linux-x86/framework/apicheck.jar
 > Install: out/host/linux-x86/framework/clearsilver.jar
 > out/host/linux-x86/bin/acp -fpt
 >
 out/host/common/obj/JAVA_LIBRARIES/clearsilver_intermediates/javalib.jar
 > out/host/linux-x86/framework/clearsilver.jar
 > Install: out/host/linux-x86/framework/droiddoc.jar
 > out/host/linux-x86/bin/acp -fpt
 > out/host/common/obj/JAVA_LIBRARIES/droiddoc_intermediates/javalib.jar
 > out/host/linux-x86/framework/droiddoc.jar
 > host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so)
 > g++ -Wl,-rpath-link=out/target/product/generic/obj/lib
 > -Wl,-rpath,\$ORIGIN/../lib -shared -Wl,-soname,libneo_cgi.so  -m64
 > -Lout/host/linux-x86/obj/lib
 >
 out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgiwrap.o
 > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o
 >
 out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/html.o
 >
 out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/date.o
 >
 out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/rfc2388.o
 >-Wl,--whole-archive   -Wl,--no-whole-archive   -lneo_util -lneo_cs
 >  -o out/host/linux-x86/obj/lib/libneo_cgi.so  -lz
 > /usr/bin/ld: skipping incompatible
 > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.so when searching for
 > -lz
 > /usr/bin/ld: skipping incompatible
 > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.a when searching for
 > -lz
 > /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for
 -lz
 > /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for
 -lz
 > /usr/bin/ld: cannot find -lz
 > collect2: ld returned 1 exit status
 > make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] Error 1
 > r...@myhost:/home/android#
 >

 --
 You received this message because you are subscribed to the Google
 Groups "Android Developers" group.
 To post to this group, send email to
 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-developers@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> android-developers+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>  --
> You receiv

Re: [android-developers] Re: Build Error

2010-07-07 Thread Taewoong Kim
My dev environment is ubuntu 10.04(32bit) on 64bit cpu(dual).
Is this problem?

2010/7/8 Robert Craig 

> it could be a 64 bit versus 32 bit issue. what does your dev environment
> look like?
>
> On Wed, Jul 7, 2010 at 9:03 PM, Taewoong Kim  wrote:
>
>> I have a same problem.
>>
>> but I could not have solution.
>>
>>
>>
>> 2010/7/6 David Rhodus 
>>
>> Anyone seen this ?
>>> I feel like I'm just missing a package or something easy.
>>>
>>> On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus  wrote:
>>> > Any Suggestions ???
>>> >
>>> >
>>> > apt-get install git-core gnupg sun-java6-jdk flex bison gperf
>>> > libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
>>> > libncurses5-dev zlib1g-dev g++-multilib
>>> > repo sync
>>> >
>>> > r...@myhost:/home/android# make showcommands
>>> > 
>>> > PLATFORM_VERSION_CODENAME=AOSP
>>> > PLATFORM_VERSION=AOSP
>>> > TARGET_PRODUCT=generic
>>> > TARGET_BUILD_VARIANT=eng
>>> > TARGET_SIMULATOR=
>>> > TARGET_BUILD_TYPE=release
>>> > TARGET_BUILD_APPS=
>>> > TARGET_ARCH=arm
>>> > HOST_ARCH=x86
>>> > HOST_OS=linux
>>> > HOST_BUILD_TYPE=release
>>> > BUILD_ID=OPENMASTER
>>> > 
>>> > Install: out/host/linux-x86/framework/apicheck.jar
>>> > out/host/linux-x86/bin/acp -fpt
>>> > out/host/common/obj/JAVA_LIBRARIES/apicheck_intermediates/javalib.jar
>>> > out/host/linux-x86/framework/apicheck.jar
>>> > Install: out/host/linux-x86/framework/clearsilver.jar
>>> > out/host/linux-x86/bin/acp -fpt
>>> >
>>> out/host/common/obj/JAVA_LIBRARIES/clearsilver_intermediates/javalib.jar
>>> > out/host/linux-x86/framework/clearsilver.jar
>>> > Install: out/host/linux-x86/framework/droiddoc.jar
>>> > out/host/linux-x86/bin/acp -fpt
>>> > out/host/common/obj/JAVA_LIBRARIES/droiddoc_intermediates/javalib.jar
>>> > out/host/linux-x86/framework/droiddoc.jar
>>> > host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so)
>>> > g++ -Wl,-rpath-link=out/target/product/generic/obj/lib
>>> > -Wl,-rpath,\$ORIGIN/../lib -shared -Wl,-soname,libneo_cgi.so  -m64
>>> > -Lout/host/linux-x86/obj/lib
>>> >
>>> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgiwrap.o
>>> > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o
>>> > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/html.o
>>> > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/date.o
>>> >
>>> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/rfc2388.o
>>> >-Wl,--whole-archive   -Wl,--no-whole-archive   -lneo_util -lneo_cs
>>> >  -o out/host/linux-x86/obj/lib/libneo_cgi.so  -lz
>>> > /usr/bin/ld: skipping incompatible
>>> > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.so when searching for
>>> > -lz
>>> > /usr/bin/ld: skipping incompatible
>>> > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.a when searching for
>>> > -lz
>>> > /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for
>>> -lz
>>> > /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for
>>> -lz
>>> > /usr/bin/ld: cannot find -lz
>>> > collect2: ld returned 1 exit status
>>> > make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] Error 1
>>> > r...@myhost:/home/android#
>>> >
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-developers@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> android-developers+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Build Error

2010-07-07 Thread Robert Craig
it could be a 64 bit versus 32 bit issue. what does your dev environment
look like?

On Wed, Jul 7, 2010 at 9:03 PM, Taewoong Kim  wrote:

> I have a same problem.
>
> but I could not have solution.
>
>
>
> 2010/7/6 David Rhodus 
>
> Anyone seen this ?
>> I feel like I'm just missing a package or something easy.
>>
>> On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus  wrote:
>> > Any Suggestions ???
>> >
>> >
>> > apt-get install git-core gnupg sun-java6-jdk flex bison gperf
>> > libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
>> > libncurses5-dev zlib1g-dev g++-multilib
>> > repo sync
>> >
>> > r...@myhost:/home/android# make showcommands
>> > 
>> > PLATFORM_VERSION_CODENAME=AOSP
>> > PLATFORM_VERSION=AOSP
>> > TARGET_PRODUCT=generic
>> > TARGET_BUILD_VARIANT=eng
>> > TARGET_SIMULATOR=
>> > TARGET_BUILD_TYPE=release
>> > TARGET_BUILD_APPS=
>> > TARGET_ARCH=arm
>> > HOST_ARCH=x86
>> > HOST_OS=linux
>> > HOST_BUILD_TYPE=release
>> > BUILD_ID=OPENMASTER
>> > 
>> > Install: out/host/linux-x86/framework/apicheck.jar
>> > out/host/linux-x86/bin/acp -fpt
>> > out/host/common/obj/JAVA_LIBRARIES/apicheck_intermediates/javalib.jar
>> > out/host/linux-x86/framework/apicheck.jar
>> > Install: out/host/linux-x86/framework/clearsilver.jar
>> > out/host/linux-x86/bin/acp -fpt
>> > out/host/common/obj/JAVA_LIBRARIES/clearsilver_intermediates/javalib.jar
>> > out/host/linux-x86/framework/clearsilver.jar
>> > Install: out/host/linux-x86/framework/droiddoc.jar
>> > out/host/linux-x86/bin/acp -fpt
>> > out/host/common/obj/JAVA_LIBRARIES/droiddoc_intermediates/javalib.jar
>> > out/host/linux-x86/framework/droiddoc.jar
>> > host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so)
>> > g++ -Wl,-rpath-link=out/target/product/generic/obj/lib
>> > -Wl,-rpath,\$ORIGIN/../lib -shared -Wl,-soname,libneo_cgi.so  -m64
>> > -Lout/host/linux-x86/obj/lib
>> >
>> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgiwrap.o
>> > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o
>> > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/html.o
>> > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/date.o
>> >
>> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/rfc2388.o
>> >-Wl,--whole-archive   -Wl,--no-whole-archive   -lneo_util -lneo_cs
>> >  -o out/host/linux-x86/obj/lib/libneo_cgi.so  -lz
>> > /usr/bin/ld: skipping incompatible
>> > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.so when searching for
>> > -lz
>> > /usr/bin/ld: skipping incompatible
>> > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.a when searching for
>> > -lz
>> > /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for
>> -lz
>> > /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for
>> -lz
>> > /usr/bin/ld: cannot find -lz
>> > collect2: ld returned 1 exit status
>> > make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] Error 1
>> > r...@myhost:/home/android#
>> >
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Build Error

2010-07-07 Thread Taewoong Kim
I have a same problem.

but I could not have solution.



2010/7/6 David Rhodus 

> Anyone seen this ?
> I feel like I'm just missing a package or something easy.
>
> On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus  wrote:
> > Any Suggestions ???
> >
> >
> > apt-get install git-core gnupg sun-java6-jdk flex bison gperf
> > libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
> > libncurses5-dev zlib1g-dev g++-multilib
> > repo sync
> >
> > r...@myhost:/home/android# make showcommands
> > 
> > PLATFORM_VERSION_CODENAME=AOSP
> > PLATFORM_VERSION=AOSP
> > TARGET_PRODUCT=generic
> > TARGET_BUILD_VARIANT=eng
> > TARGET_SIMULATOR=
> > TARGET_BUILD_TYPE=release
> > TARGET_BUILD_APPS=
> > TARGET_ARCH=arm
> > HOST_ARCH=x86
> > HOST_OS=linux
> > HOST_BUILD_TYPE=release
> > BUILD_ID=OPENMASTER
> > 
> > Install: out/host/linux-x86/framework/apicheck.jar
> > out/host/linux-x86/bin/acp -fpt
> > out/host/common/obj/JAVA_LIBRARIES/apicheck_intermediates/javalib.jar
> > out/host/linux-x86/framework/apicheck.jar
> > Install: out/host/linux-x86/framework/clearsilver.jar
> > out/host/linux-x86/bin/acp -fpt
> > out/host/common/obj/JAVA_LIBRARIES/clearsilver_intermediates/javalib.jar
> > out/host/linux-x86/framework/clearsilver.jar
> > Install: out/host/linux-x86/framework/droiddoc.jar
> > out/host/linux-x86/bin/acp -fpt
> > out/host/common/obj/JAVA_LIBRARIES/droiddoc_intermediates/javalib.jar
> > out/host/linux-x86/framework/droiddoc.jar
> > host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so)
> > g++ -Wl,-rpath-link=out/target/product/generic/obj/lib
> > -Wl,-rpath,\$ORIGIN/../lib -shared -Wl,-soname,libneo_cgi.so  -m64
> > -Lout/host/linux-x86/obj/lib
> >
> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgiwrap.o
> > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o
> > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/html.o
> > out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/date.o
> >
> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/rfc2388.o
> >-Wl,--whole-archive   -Wl,--no-whole-archive   -lneo_util -lneo_cs
> >  -o out/host/linux-x86/obj/lib/libneo_cgi.so  -lz
> > /usr/bin/ld: skipping incompatible
> > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.so when searching for
> > -lz
> > /usr/bin/ld: skipping incompatible
> > /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.a when searching for
> > -lz
> > /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for
> -lz
> > /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz
> > /usr/bin/ld: cannot find -lz
> > collect2: ld returned 1 exit status
> > make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] Error 1
> > r...@myhost:/home/android#
> >
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Build Error

2010-07-07 Thread David Rhodus
Anyone seen this ?
I feel like I'm just missing a package or something easy.

On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus  wrote:
> Any Suggestions ???
>
>
> apt-get install git-core gnupg sun-java6-jdk flex bison gperf
> libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
> libncurses5-dev zlib1g-dev g++-multilib
> repo sync
>
> r...@myhost:/home/android# make showcommands
> 
> PLATFORM_VERSION_CODENAME=AOSP
> PLATFORM_VERSION=AOSP
> TARGET_PRODUCT=generic
> TARGET_BUILD_VARIANT=eng
> TARGET_SIMULATOR=
> TARGET_BUILD_TYPE=release
> TARGET_BUILD_APPS=
> TARGET_ARCH=arm
> HOST_ARCH=x86
> HOST_OS=linux
> HOST_BUILD_TYPE=release
> BUILD_ID=OPENMASTER
> 
> Install: out/host/linux-x86/framework/apicheck.jar
> out/host/linux-x86/bin/acp -fpt
> out/host/common/obj/JAVA_LIBRARIES/apicheck_intermediates/javalib.jar
> out/host/linux-x86/framework/apicheck.jar
> Install: out/host/linux-x86/framework/clearsilver.jar
> out/host/linux-x86/bin/acp -fpt
> out/host/common/obj/JAVA_LIBRARIES/clearsilver_intermediates/javalib.jar
> out/host/linux-x86/framework/clearsilver.jar
> Install: out/host/linux-x86/framework/droiddoc.jar
> out/host/linux-x86/bin/acp -fpt
> out/host/common/obj/JAVA_LIBRARIES/droiddoc_intermediates/javalib.jar
> out/host/linux-x86/framework/droiddoc.jar
> host SharedLib: libneo_cgi (out/host/linux-x86/obj/lib/libneo_cgi.so)
> g++ -Wl,-rpath-link=out/target/product/generic/obj/lib
> -Wl,-rpath,\$ORIGIN/../lib -shared -Wl,-soname,libneo_cgi.so  -m64
> -Lout/host/linux-x86/obj/lib
> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgiwrap.o
> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o
> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/html.o
> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/date.o
> out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/rfc2388.o
>    -Wl,--whole-archive   -Wl,--no-whole-archive   -lneo_util -lneo_cs
>  -o out/host/linux-x86/obj/lib/libneo_cgi.so  -lz
> /usr/bin/ld: skipping incompatible
> /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.so when searching for
> -lz
> /usr/bin/ld: skipping incompatible
> /usr/lib/gcc/i486-linux-gnu/4.4.1/../../../libz.a when searching for
> -lz
> /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz
> /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz
> /usr/bin/ld: cannot find -lz
> collect2: ld returned 1 exit status
> make: *** [out/host/linux-x86/obj/lib/libneo_cgi.so] Error 1
> r...@myhost:/home/android#
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Build Error - Android 2.2

2010-06-24 Thread Mani Droid
Sorry, it's compiling fine.



On Thu, Jun 24, 2010 at 4:09 PM, Mani Droid  wrote:

> Hi All
>
> I again downloaded the code. Not* its compiling.
>
>
> Thanks & Regards
> Manikandan.D
>
>   On Thu, Jun 24, 2010 at 2:24 PM, Mani Droid wrote:
>
>> Hi All
>>
>> I downloaded the Android 2.2 source code and try to build it.
>>
>> When I executed the make command, I got an error here like this
>>
>> build/core/java.mk:20: *** frameworks/ex/common: Invalid
>> LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7.  Stop.
>>
>> Then I changed the frameworks/ex/common/Android.mk to  LOCAL_SDK_VERSION =
>> 8 from LOCAL_SDK_VERSION = 7
>>
>> Next place, build/core/java.mk:20: *** external/jsr305: Invalid
>> LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7.  Stop.
>>
>> I changed the external/jsr305/Android.mk to  LOCAL_SDK_VERSION = 8 from
>> LOCAL_SDK_VERSION = 7
>>
>> Last one, build/core/java.mk:20: *** external/guava: Invalid
>> LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7.  Stop.
>> I changed the external/guava/Android.mk to  LOCAL_SDK_VERSION = 8 from
>> LOCAL_SDK_VERSION = 7
>>
>> By these changes the code started the compilation.
>>
>> 1. Why the error occured?
>>
>> 2. Changes which I did is correct or not?
>>
>>
>> Any one please update me..
>>
>>
>> Thanks & Regards
>> Manikandan.D
>>
>>
>>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Build Error - Android 2.2

2010-06-24 Thread Mani Droid
Hi All

I again downloaded the code. Not its compiling.


Thanks & Regards
Manikandan.D

On Thu, Jun 24, 2010 at 2:24 PM, Mani Droid  wrote:

> Hi All
>
> I downloaded the Android 2.2 source code and try to build it.
>
> When I executed the make command, I got an error here like this
>
> build/core/java.mk:20: *** frameworks/ex/common: Invalid LOCAL_SDK_VERSION
> '8' Choices are: current 4 5 6 7.  Stop.
>
> Then I changed the frameworks/ex/common/Android.mk to  LOCAL_SDK_VERSION =
> 8 from LOCAL_SDK_VERSION = 7
>
> Next place, build/core/java.mk:20: *** external/jsr305: Invalid
> LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7.  Stop.
>
> I changed the external/jsr305/Android.mk to  LOCAL_SDK_VERSION = 8 from
> LOCAL_SDK_VERSION = 7
>
> Last one, build/core/java.mk:20: *** external/guava: Invalid
> LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7.  Stop.
> I changed the external/guava/Android.mk to  LOCAL_SDK_VERSION = 8 from
> LOCAL_SDK_VERSION = 7
>
> By these changes the code started the compilation.
>
> 1. Why the error occured?
>
> 2. Changes which I did is correct or not?
>
>
> Any one please update me..
>
>
> Thanks & Regards
> Manikandan.D
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en