Publishing C# game in Android

I already have a game built in Unity using C#. Now I want to publish that in android. Is that possible without writing the game from scratch in Java? Any pointer for the conversion?

Change the build platform to Android. Then do a build-and-run. (There’s no need to convert the code.)