You can download Unity and create a new project. You can then use the Unity Android plugin to build and deploy your game on Android devices.
import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button; a good day to die hard game for android
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); unityPlayer = new UnityPlayer(this); setContentView(unityPlayer); unityPlayer.init(); } You can download Unity and create a new project
import com.unity3d.player.UnityPlayer;
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> unityPlayer = new UnityPlayer(this)