Gradle 5

Android Gradle 빌드파일 - build.gradle.kts 참고

Android KTS 로 작성된 적용한 Gradle 빌드 파일 - build.gradle 파일 참고 https://github.com/google/iosched/blob/main/mobile/build.gradle.kts google/iosched The Google I/O Android App. Contribute to google/iosched development by creating an account on GitHub. github.com /* * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complian..

Dev/Android 2021.07.13

새롭게 소스 다운을 받고 열때, 발생!! - No toolchains....

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 참고 블로그 : http://crmn.tistory.com/75 NDK를 사용하는 소스의 경우,NDK 버전이 올라가면서 MIPS형 CPU 지원이 중단되어서 되어서 발생하는 문제이다. 해결책은 Gradle 버전을 최신으로 올리면 해당 이슈가 해결이 된다. Gradle version 3.1.4 이상으로 올리면 해당 관련 이슈가 나오지 않는다.현재 그래들 최신 버전은 3.2.1 이다.

Dev/Android 2018.12.18

Fabric 오류 in Jenkins - Failed to apply plugin [id 'io.fabric']

Fabric 오류 in JenkinsFailed to apply plugin [id 'io.fabric'] Jenkins CI 서버에서 빌드 오류가 발생했습니다.* Where: Build file '/Users/Shared/Jenkins/Home/workspace/Fitness_Center_Android_Stage_Build/MY_APP/build.gradle' line: 12 * What went wrong: A problem occurred evaluating project ':MY_APP'. > Failed to apply plugin [id 'io.fabric'] > Could not create plugin of type 'CrashlyticsPlugin'. > java.lang.Exceptio..

Dev/Android 2018.06.18