yoojinlee-hub / Practice_Kotlin

1 stars 0 forks source link

how to correct basic ERRORS #1

Open yoojinlee-hub opened 1 year ago

yoojinlee-hub commented 1 year ago

기본 클래스 오류 : https://jazzodevlab.tistory.com/71 참고

yoojinlee-hub commented 1 year ago

Execution failed for task ':app:mergeDebugResources' : 이미지파일에 대문자 혹은 특수문자 사용금지

yoojinlee-hub commented 1 year ago

Android : missing constraints in constraintlayout 출처: https://milkoon1.tistory.com/83 [EMDI는 지금도 개발중:티스토리]

yoojinlee-hub commented 1 year ago

Can not extract resource from com.android.aaptcompiler : string.xml에 있는 내용을 소문자로 고치기

yoojinlee-hub commented 1 year ago

No target device found: https://tigercoin.tistory.com/116

yoojinlee-hub commented 1 year ago

animationView Error : https://velog.io/@sinbee0402/AndroidKotlin-Lottie-Splash ` Handler().postDelayed({ //3초(SPLASH_TIME_OUT)가 지나면 이 메서드가 실행됨

        //main activity 시작
        startActivity(Intent(this, MainActivity::class.java))

        //액티비티 닫기
        finish()
    }, SPLASH_TIME_OUT)`
yoojinlee-hub commented 1 year ago

코틀린 id 인식 안될때? https://software-craftsman.tistory.com/entry/%EC%BD%94%ED%8B%80%EB%A6%B0-id-%EC%9D%B8%EC%8B%9D-%EC%95%88%EB%90%A0-%EB%95%8C-%ED%95%B4%EA%B2%B0%EB%B0%A9%EB%B2%95