<why is the wrong activity launched in Android App...
# stackoverflow
u
why is the wrong activity launched in Android App? I assume, there ist something wrong with my AndroidManifest.xml. The relevent part is with MainActivity.kt beeing class MainActivity : AppCompatActivity() { private lateinit var text123: TextView private lateinit var YOBtn: Button override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState)...