I\'m trying to figure out why the heck my Android studio isn\'t recognizing the AppCompat v7 library correctly. The import statement below shows up as gray and says there\'s
For me, the below code worked well:
import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity;
With the (xml file):
androidx.constraintlayout.widget.ConstraintLayout xmlns:android="...."