If you're developing mobile apps in android than Java is likely the right language for you.
Even though Go is starting to get into that space.
I'll try to give you one compelling reason to consider Go. Numerous folks have rewritten applications from Java to Go. In doing so the new applications have a radically reduced resource footprint. AeroFS is one example, that comes to mind, where they published some details.
You can read about it on their blog.
Here's a little teaser quote...
Resident memory usage dropped from 87MB down to a mere 3MB, a 29x reduction!The resulting docker image shrunk from 668MB to 4.3MB, a 155x reduction!
Go applications tend to be high performance while using less resources than the comparable Java apps.
Is that interesting enough to give it a look?