Closed Rowandjj closed 8 years ago
@Rowandjj
What is the version of Android Plugin for Gradle
?
Please be on 1.5.0 or later.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
@Rowandjj @wasabeef it is 64bit device error
find issue
@parkjaeiek
thanks.
already add renderscript in build.gradle:
when i build the project:
so i exclude those .so file by packingOptions:
but it not worked either.....
what should i do?