When I create a new project for android tv using android studio. Got this error
Error while executing: am start -n "com.example.myapplication/com.example.myapplication.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.myapplication/.MainActivity }
Error type 3
Error: Activity class {com.example.myapplication/com.example.myapplication.MainActivity} does not exist.
Error while Launching activity
Failed to launch an application on all devices
It's using targetSdk and complieSdk as 33. It's a completely new project using android studio without any single change. I clean my gladle cache, and invalid cache and restart, the rebuilt the project after cleaning but it's not getting launched.