Wich template should I use for android and IOS

Hi,
Im new and I want to make a game for IOS and Android. Is it possible to make a project for both platforms if yes wich template should I use ?

You have to use a project for each platform. That said you can use a Shared Project or Portable Library to hold all of your game code which you can share between the iOS and Android projects.