I'm using the Android.graphics.bitmap
library to use a screenshot function. However, in the method of my project, some functions of this library are italicized, and when I go in class Bitmap.java
, many variables are red, with the error:
Can not Resolve Symbol.
I have already followed the tutorials that said to go in Invalidate Caches/Restart
and Invalidate and Restart
. However, by the way, this only gives rebuild in my project, and errors in the class persist. I imagine that this is causing my function not to run.