kingdom578 / maven-android-plugin

Automatically exported from code.google.com/p/maven-android-plugin
0 stars 0 forks source link

stlport_shared library not copied to apk #375

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an android apk project with jni
2. Add APP_STL := stlport_shared to jni/Application.mk
3. Compile sources that contain references to the STL
4. Compile successful, /obj/local/armeabi/libstlport_shared.so exists
5. Package

What is the expected output?
libstlport_shared.so should be in target .apk file

What do you see instead?
no libstlport_shared.so in .apk
App crashes with UnsatisfiedLinkError: could not load stlport_shared

What version of maven-android-plugin are you using?
3.5.3

What are the complete output lines of "mvn -version" on your machine?
Apache Maven 3.0.5 (rNON-CANONICAL_2013-02-25_10-23_root; 2013-02-25 
17:23:59+0700)
Maven home: /opt/maven
Java version: 1.6.0_27, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.8.8-1-arch", arch: "amd64", family: "unix"

Please provide any additional information below.

Original issue reported on code.google.com by lave...@labs.dantepariwara.com on 9 May 2013 at 12:37

GoogleCodeExporter commented 9 years ago
We are no longer using the issue tracking system on Google Code. Please refile 
this issue on https://github.com/jayway/maven-android-plugin/issues if you 
still have this problem with the latest release of the Android Maven Plugin

Original comment by mosa...@gmail.com on 19 May 2014 at 4:20