kingdom578 / maven-android-plugin

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

NDK build fails with "Failed to find any library file in APKLIB" #402

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just upgraded to 3.6.0 and our build started to fail during build-ndk with the 
following error:

"Failed to find any library file in APKLIB" 

The problematic LOC is this:

https://github.com/jayway/maven-android-plugin/blob/master/src/main/java/com/jay
way/maven/plugins/android/phase05compile/MakefileHelper.java#L263

Now I don't fully understand what this method is trying to do, but all of our 
APKLIB dependencies are non-native Android library projects so this should 
probably not fail.

Happy to provide more info, not sure which parts of the build config might be 
relevant.

Original issue reported on code.google.com by m...@soundcloud.com on 8 Jul 2013 at 10:05

GoogleCodeExporter commented 9 years ago
Fixed in 3.6.1 changelog (not sure what version that will be released at) 

Original comment by mosa...@gmail.com on 11 Jul 2013 at 4:26