Hi all

I want to develop an multiplatform application for Windows and Android with web 
browse capabilties. The application will be written using C++. Under Windows no 
problem but looking into xulrunner version for android I don't find the library 
"libxpcom.so" to use for run xul gecko engine. The core of my app will be in 
native code (C++ es explained) and the "interface" between app code and xul 
engine will be using this native part. For android integration an additional 
java layer thorugh jni will be added but the point is I need to reuse the C++ 
code working directly with libxpcom.so library under android too.

Someone know why libxpcom.so is missing from android part? (or, in case exist, 
where to find or how to compiel it in the right way using android NDK)

Thank you
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to