jMonkeyEngine3 - compile as Android application

I have a simple JME3 java application which compiles and runs fine on my desktop (Ubuntu 15). I’m using InteliJ for editing & compiling. Now, I know that JME3 is portable and can be run on mobile devices such as Android so my question is how to do that using InteliJ?

my main class looks like this:
class SceneMaxApp extends com.jme3.app.SimpleApplication

Thanks a lot!

There is much info on the forums about this subject. You can make some fast search, it will help you a lot. You can start with this post.