-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Comments
ghost
assigned koral--
Nov 14, 2013
Thanks, I will prepare new release JAR after fixing #12. |
OK, structure of 1.0.1 JAR is proper. Moreover JAR can be now generated using maven since basic pom.xml was added. |
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: