Java Question How do i import android.graphics.Bitmap?

Douglas Farias

Expert
Licensed User
Longtime User
I want to compile a piece of code that uses the BItmap. If i leave the import like this: "import org.json.Bitmap;", the compiler does not accept it. How do i handle that anyway? Thanks
 

Douglas Farias

Expert
Licensed User
Longtime User
Sorry, you are write, i am receiving the error when i use "importandroid.graphics.Bitmap;" in my java code. How do i adapt it for compilator to process it correctly?
Thanks in advance
 
Top