본문 바로가기

프로그래밍246

[Android] Execution failed for task ':app:lint'. 에러 해결법 Execution failed for task ':app:lintVitalAnalyzeRelease'. > Could not resolve all dependencies for configuration ':app:releaseUnitTestCompileClasspath'. The project declares repositories, effectively ignoring the repositories you have declared in the settings. You can figure out how project repositories are declared by configuring your build to fail on project repositories. See https://docs.grad.. 2021. 12. 18.
YoungsBook 앱 개인정보 처리방침 개인정보 처리방침 2021. 12. 17.
[Android] 플레이스토어 앱 출시 1. 구글아이디 개발자계정 등록 https://play.google.com/console/u/0/signup Google Play Developer Console 하나의 계정으로 모든 Google 서비스를 Google Play Developer Console로 이동하려면 로그인하세요. accounts.google.com 등록 도중 전화번호같은 경우는 +821012345678 와같은 형식으로 작성한다. 2. 앱 설정 앱 만들기 클릭 앱설정에서 각단계 클릭후 수행 참고링크 https://wp.swing2app.co.kr/knowledgebase/playstore-apprelease/ 2021. 12. 17.
[Android] RatingBar XML 속성 android:progressTint="#FFFFFF" // 별의 색상을 설정 android:progressBackgroundTint="#FFFFFF" // 별의 배경색상을 설정하는 속성, 즉 채워지지 않은 별의 색 android:numStars="5" // 화면에 표시될 전체 별의갯수 android:rating="3.5" // 선택된 별의 개수를 지정 android:stepSize="0.5" // 사용자가 별을 선택할수있는 기본단위, 0.5단위로만 지정가능 2021. 12. 17.