반응형 Android62 [Android] Cause: couldn't make a guess for 빌드 에러 빌드 에러 메시지 Cause: couldn't make a guess for com.Json.ForTest.databinding.ActivityMainBindingImpl 원인 : 패키지명 대문자 포함 + xml 데이터 바인딩 사용 해결 방법 1. 패키지명 소문자 변경 : com.Jon.ForTest -> com.jon.fortest 변경 2. 레이아웃 데이터 바인딩 사용 X 빌드 성공 패키지명 변경 후 빌드 성공 2022. 8. 4. [안드로이드] keytool Certificate fingerprint 생성하기 keytool 위치 : C:\Program Files\Java\jre1.8.0_281\bin 명령어 프롬프트에 keytool 동작 하지 않을 경우 환경 변수 keytool 위치 추가 명령어 : keytool -list -v -alias key0 -keystore firebaseKey.jks keytool -list -v -alias -keystore 참고 : https://developers.google.com/android/guides/client-auth Authenticating Your Client | Google Play services | Google Developers Google is committed to advancing racial equity for Black communities... 2021. 10. 17. [안드로이드] Jenkins 빌드 에러 Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details 현상 : Jenkins 빌드시 Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details 빌드 오류 발생 특이점 : 터미널 gradlew 에서 정상 빌드 해결 : gradle 버전 업데이트 5.4.1 -> 6.3 현재 버전 파일 경로 : /gradle/wrapper/gradle-wrapper.properties json@JSonui-MacPro wrapper % cat gradle-wrapper.properties #Thu Jan 02 13:51:33 KST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStore.. 2021. 10. 6. [안드로이드] using Jetifier. Reason: begin 1, end -1, length 2 에러 빌드 에러 : using Jetifier. Reason: begin 1, end -1, length 2 원인 : aar 빌드에 사용된 gradle 버전과 aar를 사용하는 Client gradle 버전이 맞지 않음. 해결 방법 : gradle 버전 동일하게 변경 Execution failed for task ':app:preDebugBuild'. > Could not resolve all files for configuration ':app:debugCompileClasspath'. > Failed to transform cybertel-service_v2-21100101_dev.aar (com.json.sample:service:2021) to match attributes {artifactType=a.. 2021. 10. 6. 이전 1 2 3 4 5 ··· 16 다음 반응형