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
If you have already tried
Still facing issue then please read below
I tried everything mentioned in all the answers and failed.
Go to gradle.properties make these flags false
android.useAndroidX=false
//Automatically convert third-party libraries to use AndroidX
android.enableJetifier=false
The above flags were
"true ,for me and hence gradle won't download v7 components"