[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

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

2011-03-18 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

[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 orenfl...@gmail.com wrote: Using Eclipse 3.6, Sun java jdk1.6.0_24, ADT plug-in

[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 fol...@gmail.com 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.

[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 robertpcr...@gmail.com wrote: My

[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

[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 sdrho...@gmail.com 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

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 sdrho...@gmail.com 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 sdrho...@gmail.com wrote: Any Suggestions ??? apt-get install

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 stw...@gmail.com wrote: I have a same problem. but I could not have solution. 2010/7/6 David Rhodus sdrho...@gmail.com Anyone seen this ? I feel like I'm

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 robertpcr...@gmail.com 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 stw...@gmail.com wrote: I have a same

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,

[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 manis.dr...@gmail.com 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

[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 manis.dr...@gmail.com 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 manis.dr...@gmail.comwrote: Hi All I downloaded