Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android native library pack incomplete #85

Closed
andreynovikov opened this issue Jul 20, 2016 · 4 comments
Closed

Android native library pack incomplete #85

andreynovikov opened this issue Jul 20, 2016 · 4 comments
Milestone

Comments

@andreynovikov
Copy link

When I build libvtm-jni from sources I get:

arm64-v8a
armeabi
armeabi-v7a
mips
mips64
x86
x86_64

but included jar contains only

armeabi
armeabi-v7a
x86
@devemux86
Copy link
Collaborator

devemux86 commented Jul 20, 2016

The absolutely necessary and having actual devices were included.

I can build the whole collection, if needed.

@andreynovikov
Copy link
Author

Yes, you can make a separate artifact with extra platforms if you are concerned about library size.

@devemux86 devemux86 added this to the 0.6.0 milestone Jul 20, 2016
@devemux86
Copy link
Collaborator

Related to #14, #43.

@devemux86
Copy link
Collaborator

devemux86 commented Jul 20, 2016

I organized vtm-android native artifacts:

  • vtm-android-0.6.0-SNAPSHOT-natives-arm64-v8a.jar
  • vtm-android-0.6.0-SNAPSHOT-natives-armeabi.jar
  • vtm-android-0.6.0-SNAPSHOT-natives-armeabi-v7a.jar
  • vtm-android-0.6.0-SNAPSHOT-natives-mips.jar
  • vtm-android-0.6.0-SNAPSHOT-natives-mips64.jar
  • vtm-android-0.6.0-SNAPSHOT-natives-x86.jar
  • vtm-android-0.6.0-SNAPSHOT-natives-x86_64.jar

And vtm-android-gdx native artifacts:

  • vtm-android-gdx-0.6.0-SNAPSHOT-natives-arm64-v8a.jar
  • vtm-android-gdx-0.6.0-SNAPSHOT-natives-armeabi.jar
  • vtm-android-gdx-0.6.0-SNAPSHOT-natives-armeabi-v7a.jar
  • vtm-android-gdx-0.6.0-SNAPSHOT-natives-x86.jar
  • vtm-android-gdx-0.6.0-SNAPSHOT-natives-x86_64.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants