인앱결제 구현 하려고 하는데
https://developer.android.com/google/play/billing/billing_integrate
- Android SDK Manager를 엽니다.
- SDK Manager에서 Extras 섹션을 펼칩니다.
- Google Play Billing Library를 선택합니다.
- Install packages를 클릭하여 다운로드를 완료합니다.
3번 부터가 안됩니다... 모든 안드로이드 스튜디오 업데이트를 다 해봤는데도 Google Play Billing Library
는 없더라고요... 그래서 열심히 검색해본 결과
dependencies 에 [implementation 'com.android.billingclient:billing:1.1' ] 이것을 추가하라 해서
하고 빌드를 했죠... 그런데 오류가 나는겁니다

apply script build.gradle 에서 빨간 느낌표 뜨면서 오류가 나더라고요 ㅠㅠ
여기서 막혀서 진행을 할 수 가 없네요 ㅠㅠ;;; 뭐가 문제일까요