Delete the current line in Android Studio?

I want to select the entire line my cursor is on so I can delete it. By using CtrlE I can move my cursor to the end of the line. But CtrlShiftA doesn't work... What's the alternative(s)? Thanks.


The CommandDelete can solve my final problem: I want to delete the line the cursor is on. And the cursor doesn't have to be at the end of the line you want to delete, it can be anywhere in the line.