But I don't need the task to run so I set `ndkJavah in Android := Seq[File]()` to build/deploy/run sucessfully. Is this appropriate? I was looking for something more along the lines of `useX in Android := false`.
android-sdk-plugin is picking up some source files in a sourceGenerators task that references a shared object I'm building but I already have everything in place to work correctly and do not need any ndk tasks ran by the plugin. In this case, the ndk was used to build a Go toolchain and the sourceGenerators task is responsible for building out the shared object. Though I did find it strange, out of curiosity, that if i copy and paste the failed javah command from the root of the project, it ran without error. -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
