Closed motemen closed 13 years ago
thanks, made work with older api in this commit: https://github.com/motemen/android-plugin/commit/2b3a9c9349612d26c8dc3699cd15d168fc82597f
Please, merge. I do my first steps with plugin, so [error] {file:/home/ezh/0projectsAndroid/HelloNative/}Hello Native/android:package-debug: java.lang.NullPointerException very annoying. Especially for beginners.
Thank you
With latest SDK, when building apk, for example
android:package-debug
task, this task fails with error logjava.lang.NullPointerException
. Internally this is caused byThis seems to be because Android SDK's
ApkBuilder#addNativeLibraries
method has changed: it isvoid addNativeLibraries(File nativeFolder)
now. This pull-req is to follow this change.