Hi ,
when using android-sdk-plugin on a new android sbt project, the *.so not
copyed to apk file.
my src folder is src/main/jni/armeabi/xxx.so, also tried src/main/jniLibs,
not work.
:(
Any one help ? Many thanks!!!!!!
here is my project structure:
project ->
build.sbt
src ->
main ->
jni -> armeabi -> xxx.so
java
scala
and there is nothing special in my build file:
import android.Keys._
name := "scratchapp"
minSdkVersion in Android := "17"
targetSdkVersion in Android := "21"
platformTarget in Android := "android-21"
javacOptions in Global ++= "-target" :: "1.7" :: "-source" :: "1.7" :: Nil
scalacOptions in Global += "-feature"
scalaVersion in Global := "2.11.6"
retrolambdaEnable in Android := false
debugIncludesTests in Android := false
useProguard in Android := false
useProguardInDebug in Android := false
proguardScala in Android := false
--
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.