ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • app/build.gradle error
    Android 2019. 10. 31. 18:07
    implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    implementation 'com.android.support:appcompat-v7:23.+'

    jre -> jdk

    7.23   < --  설정한 api 버전숫자로 변경



    Make sure you are using the same compile SDK version and the app compat version. Check your gradle file.

    For example, if you are compiling with SDK 23

    compileSdkVersion 23

    You must use the same app compat version 23.x.x

    compile 'com.android.support:appcompat-v7:23.4.0


    728x90

    'Android' 카테고리의 다른 글

    Jetbrain 단축키  (0) 2019.10.16

    댓글

Designed by Tistory.