Closed GoogleCodeExporter closed 9 years ago
If this is the case, it could definitely explain what I files under
https://code.google.com/p/maven-android-plugin/issues/detail?id=444
I will have a try and see whether renaming the 'armeabi-v7a' folder to just
'armeabi' would fix my issue.
Original comment by j.bros...@gmail.com
on 5 Feb 2014 at 10:48
I took the example from #444 and added additional libs directories for
armeabi-v7a, mips and x86. Using the pull request on that ticket, all of them
were carried through the apklib and into the apk.
lib
├── armeabi
│ └── foo.so
├── armeabi-v7a
│ └── foo.so
├── mips
│ └── foo.so
└── x86
└── foo.so
Original comment by malac...@gmail.com
on 22 Mar 2014 at 8:02
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
zmora...@gmail.com
on 9 Jan 2014 at 4:44