Loading... |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Hello,
Do you support Android x86 platform? I found this page while googling: http://jogamp.org/deployment/maven/org/jogamp/jogl/jogl-all-android/2.3.2/ and I'm a bit confused that they're all pre-pended with 'jogl-all-android-2.3.2' but make mention of windows, macosx, linux too etc. What would be the full list of platform architectures I could package native libs for in my apk? e.g. I currently have: <artifactItem> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all</artifactId> <version>${jogl.android.version}</version> <classifier>natives-android-armv6</classifier> <overWrite>true</overWrite> <outputDirectory>${project.basedir}/src/main/libs/armeabi</outputDirectory> <includes>lib*.so</includes> </artifactItem> <artifactItem> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all</artifactId> <version>${jogl.android.version}</version> <classifier>natives-android-armv6</classifier> <overWrite>true</overWrite> <outputDirectory>${project.basedir}/src/main/libs/armeabi-v7a</outputDirectory> <includes>lib*.so</includes> </artifactItem> my thanks and kind regards, Pedro. |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
|
Hey
Maybe Sven can confirm. As far as I know, we don't support Android x86 yet but I admit that the naming of some JARs is confusing. P.S: By the way, sorry for the off topic but there are other ways of finding pertinent information than using such a crappy search engine...
Julien Gouesse | Personal blog | Website
|
Free forum by Nabble | Edit this page |