- Set compileSdkVersion 17
- Set minSdkVersion 8
- Add these lines in both build.gradle files of your imported modules:
android { defaultConfig { ... } sourceSets { main { jni.srcDirs = [] } } buildTypes { ... } }
android { defaultConfig { ... } sourceSets { main { jni.srcDirs = [] } } buildTypes { ... } }