Programming/안드로이드(Android)

[Android] missing feature: WATCH

weekyear 2021. 4. 16. 17:05

문제

BlankActivity를 생성하면서 의도치 않게 wearable 화면을 추가하게 되었는데 앱을 실행하려고 하니 다음과 같은 상태가 되어 있었다.

 

 

해결

 

참고한 해결 방법은 역시나 스택오버플로우!!

 

stackoverflow.com/questions/42596885/android-studio-error-missing-feature-watch

 

android studio error : missing feature: WATCH

I have tried to run one simple application with android studio on my smartwatch and I've got the following message: my smartwatch runs android 4.4.2 which has API level 19 things I have tried and...

stackoverflow.com

AndroidManifest에 나도 모르는 코드가 추가되어 있었다. 그 외에도 wear라고 붙은 의심가는건 다 삭제해줬다.

AndroidMaifest.xml

build.gradle

 

바로 삭제!!

반응형