Re: [android-kernel] How to use the lib(.jar) which android sdk didn't contain

2010-04-16 Thread Deva R
android uses dalvik VM, and your java binaries shouldnt be of generic bytecode format, but dalvik executables (.dex) try something like http://www.winksaville.com/blog/uncategorized/android-use-dx-to-convert-a-jar-file-to-a-dex-file/ On Fri, Apr 16, 2010 at 11:26 AM, xlshe wrote: > Hi, > > I wa

[android-kernel] How to use the lib(.jar) which android sdk didn't contain

2010-04-15 Thread xlshe
Hi, I want to transfer a face recognition application from PC to android phone. But in the source code of the application, the libs "com.sun.image.codec.jpeg.JPEGCodec" and "com.sun.image.codec.jpeg.JPEGImageEncoder" are contained in JRE and are not supported by android SDK. I tried to add JRE to