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
Include import androidx.appcompat.app.AppCompatActivity; in your MainActivity.java with other import statements. This would look like:
this resolved my issue