Closed GoogleCodeExporter closed 9 years ago
This issue is a duplicate of #372 -
https://code.google.com/p/maven-android-plugin/issues/detail?id=372
Original comment by charles....@gmail.com
on 12 Jul 2013 at 11:33
I just moved from 3.5.1 to 3.6.0 and getting the above mentioned behavior.
"libs folder is empty in the generated apk"
Original comment by p.puska...@gmail.com
on 8 Nov 2013 at 6:10
I got it working by specifying a classifier field. e.g.
<dependency>
<groupId>com.acme.android</groupId>
<artifactId>libsample_jni</artifactId>
<version>0.1</version>
<scope>runtime</scope>
<classifier>armeabi-v7a</classifier>
<type>so</type>
</dependency>
Just have to make sure you update the repository with a classifier also
Original comment by yonyf...@gmail.com
on 8 Nov 2013 at 6:17
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
Original issue reported on code.google.com by
yonyf...@gmail.com
on 11 Jul 2013 at 9:25