Home  >  Q&A  >  body text

react-native reported an error ':app:compileDebugJavaWithJavac'.


android {

compileSdkVersion 23
buildToolsVersion "23.0.1"

defaultConfig {
    applicationId "com.reactfilm"
    minSdkVersion 16
    targetSdkVersion 22
    versionCode 1
    versionName "1.0"
    ndk {
        abiFilters "armeabi-v7a", "x86"
    }
    manifestPlaceholders = [
        QQ_APPID: "1105922003"
    ]
}
黄舟黄舟2664 days ago999

reply all(1)I'll reply

  • 学习ing

    学习ing2017-07-03 11:45:23

    Found the problem. My problem lies in the maven problem under android/build.gradle.

    reply
    0
  • Cancelreply