Recent content by SoulsReaper

  1. S

    android studio unresolved reference Intent and Button

    i found out the issue, all you have to do is hover over the error and press Import, this will import the required setting to make the unresolved reference register
  2. S

    android studio unresolved reference Intent and Button

    package com.example.systemmainframe104 import androidx.appcompat.app.AppCompatActivity import android.os.Bundle class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState)...