[android-porting] Re: android compiling......

2010-01-15 Thread superspirit
hi install the openjdk.1.5 and set its path in PATH. -super On Dec 1 2009, 8:38 pm, "Mr.Brett" wrote: > Hello superspirit, did you manage to solve that problem? I am having > exactly the same issue, I tried casting the variables as suggested in > other thread. But that just produces more error

[android-porting] Re: android compiling......

2009-12-01 Thread Mr.Brett
Hello superspirit, did you manage to solve that problem? I am having exactly the same issue, I tried casting the variables as suggested in other thread. But that just produces more errors. thanks On Nov 3, 3:24 am, superspirit wrote: > hi, i  got rid of the javac error, for that i needed to inst

[android-porting] Re: android compiling......

2009-11-03 Thread superspirit
hi, i got rid of the javac error, for that i needed to install the jdk.1.5 and set its path in PATH. but i am getting some other error Install: out/host/linux-x86/bin/atree host C++: bb2sym <= development/emulator/qtools/bb2sym.cpp host C++: bb2sym <= development/emulator/qtools/trace_reader.cpp

[android-porting] Re: android compiling......

2009-11-03 Thread Chih-Wei
Actually java 1.6 can be used to compile Android. You can use openjdk shipped with Fedora: yum install java-1.6.0-openjdk But you need to patch Android build system to enable compiling with java 1.6. On 11月3日, 下午3時02分, Chew Esmero wrote: > In order to properly build android sources, you need s

[android-porting] Re: android compiling......

2009-11-02 Thread Chew Esmero
Hi, In order to properly build android sources, you need sun-java5-jdk package. My machine is Ubuntu so I can download the package using $apt- get install sun-java5-jdk. I'm not sure what's equivalent in Fedora. Is it $yum install sun-java5-jdk? Or you can manually download from sun website. Be su