[android-porting] Re: how to build the pdk_docs target to generate the document of android

2009-05-05 Thread Mike Ritter
You need to verify that the Java running when you execute the make is 1.5, so run Java --version (I think). If it isn't you have to install an alternate version. I think the command below will fix your issue... I will check what I did tomorrow. -Mike -Original Message- From:

[android-porting] Re: how to build the pdk_docs target to generate the document of android

2009-05-04 Thread nail
dear Mike what is the real package name of java 1.5. in ubuntu system ? the java version in my ubuntu build host is sun-java5-jdk On 5月1日, 下午1時17分, DrMike mwrit...@gmail.com wrote: You need to use java 1.5. -Mike On Apr 28, 10:13 pm, nail s894...@gmail.com wrote: dear all, i try

[android-porting] Re: how to build the pdk_docs target to generate the document of android

2009-05-04 Thread Daniel Baeyens
Hi, Just in case, try: sudo update-alternatives --config java Same command for javac and javadoc, and check if your default java SDK is the one from your installed package (sun-java5-jdk) Good luck, kr 2009/5/4, nail s894...@gmail.com: dear Mike what is the real package name of java 1.5.

[android-porting] Re: how to build the pdk_docs target to generate the document of android

2009-05-04 Thread nail
dear, thanks for your suggestion, after i trying this command, the path of java/javac/javadoc is /usr/lib/jvm/java-1.5.0-sun/bin/ and i think this is java 1.5. but it still build failed :-( by the way, my build host is ubuntu 8.04 On 5月4日, 下午4時13分, Daniel Baeyens dbaey...@warp.es wrote:

[android-porting] Re: how to build the pdk_docs target to generate the document of android

2009-04-30 Thread DrMike
You need to use java 1.5. -Mike On Apr 28, 10:13 pm, nail s894...@gmail.com wrote: dear all, i try to generate the pdk_docs target using following command to generate the document of android == make pdk pdk_docs dist DIST_DIR=dist 21 | tee