I want to create a listview with a simple list item in android studio, and as we all know we write android.R.simple_list_item_1.
However, my problem is that when I type android. , I don't get in the suggestions the "R", I tried typing completing it manually and typing android.R. , but I don't get suggestions for list items and I get an error.
I checked my android sdk and java sdk paths and they're correct.
Why is the android resource file missing from the suggestions??
It is