Various sources for drawing refer to import android.graphics.Canvas; or import android.graphics.Path;
Android Studio does not know both options, there are no such libraries. Where can I get these libraries? Or is there an alternative for drawing simple shapes? (Circle, rectangle)
I am writing a project in android studio, created using libGDX
