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

1.0.0 release JAR improperly formatted #10

Closed
Wavesonics opened this issue Nov 14, 2013 · 3 comments
Closed

1.0.0 release JAR improperly formatted #10

Wavesonics opened this issue Nov 14, 2013 · 3 comments
Assignees

Comments

@Wavesonics
Copy link
Contributor

The release jar provided needs a different internal directory structure for Android to be able to find the native libs at run time.

Currently the different cpu architecture directories are siblings with the top level Java package directory. Instead, the architecture directories need to be children of a lib directory. Note that it's singular lib, not the plural libs from the standard android project structure.

JAR
|
+-lib
--the native lib dirs
+-pl
--the java dirs

@ghost ghost assigned koral-- Nov 14, 2013
@koral--
Copy link
Owner

koral-- commented Nov 16, 2013

Thanks, I will prepare new release JAR after fixing #12.

@Wavesonics
Copy link
Contributor Author

#12 is fixed in #11

@koral--
Copy link
Owner

koral-- commented Nov 18, 2013

OK, structure of 1.0.1 JAR is proper. Moreover JAR can be now generated using maven since basic pom.xml was added.

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

No branches or pull requests

2 participants