Building For Android From Linux

Is It Possible to Build a Game for Android Target From Linux ?
I mean theres full support for Linux Development from The Google side
and i also have The Android SDK

Nope, not that easy you know.

Go check your project settings → Android → Android SDK
There are at least 3 requirements mention: NDK, SDK, ANT. (Skip Java if the SDK works for you.)
Go figure them out.

And pay attention here:
You MAY NEED WRITE PERMISSION into NDK directory.
If you install NDK on your root partition without proper permission.
It will fail at packaging.

What exactly problem will appear? Having problem on packaging and cannot find the solution.