[안드로이드/warning] Expecting an activity to have android.intent.category.LEANBACK_LAUNCHER intent filter 해결방법

SoyoungLee·2022년 7월 19일
0
post-thumbnail

💌 [안드로이드/warning] Expecting an activity to have android.intent.category.LEANBACK_LAUNCHER intent filter

Expecting an activity to have android.intent.category.LEANBACK_LAUNCHER intent filter

📌 해결 방법

AndroidManifest.xml 에 추가

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    tools:ignore="ImpliedTouchscreenHardware,MissingLeanbackLauncher,MissingLeanbackSupport"
    >

참고 : https://stackoverflow.com/questions/53340532/how-to-disable-android-tv-support-in-my-app-manifest-complaining-about-missing

profile
Android Developer..+ iOS 슬쩍 🌱 ✏️끄적끄적,,개인 기록용 👩🏻‍💻

0개의 댓글