gradle2 [Gralde] DefaultConfig 객체 설명 Android Studio build.gradle DefaultConfig 에 사용 할 수 있는 Property 값 정리 ex) def name = android.defaultConfig.versionName defaultConfig { applicationId "com.json.client.sample" minSdkVersion 22 targetSdkVersion 30 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } Properties Property Description applicationId The application ID. applicationIdSuffix A.. 2021. 5. 14. [Android] Gradle NDK is missing a "platforms" directory. 버전 에러 해결 원인 : Gradle 빌드 버전으로 설정 맞지 않음. 수정 : Gradle 버전 변경 오류 메시지 > Configure project :app NDK is missing a "platforms" directory. If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /Users/json/Library/Android/sdk/ndk-bundle. If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning. FAILURE: Build failed .. 2021. 4. 12. 이전 1 다음