Archive page doesn’t work

If you’re using a static page as your front page (as shown in your first image), then neither archive.php or home.php will work. The page hierarchy for static home pages is:

  1. Page Template
  2. page-{slug}.php
  3. page-{id}.php
  4. page.php
  5. index.php

If you want to show an archive on your front page, select ‘your latest posts’, then home.php will work.

In either case, front-page.php will be the first in the hierarchy.