I was working on my app and everything was normal until I tried to display image in java.
I ran the app once and it ran normally, the picture was displayed. After th
You shouldn't be importing android.R. That should be automatically generated and recognized. This question contains a lot of helpful tips if you get some error referring to R after removing the import.
Some basic steps after removing the import, if those errors appear:
[a-z0-9.]. Capitals or symbols are not allowed for some reason.