react-native reported an error ':app:compileDebugJavaWithJavac'.
黄舟
黄舟 2017-07-03 11:43:23
0
1
991


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"
    ]
}
黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(1)
学习ing

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!