Hi.
i fixed the bug.
Edit the file:
administrator/components/com_jaextmanager/admin/lib/jaupdater/core/helper/ArchiveHelper.php
Add the code
jimport('joomla.filesystem.archive');
Change
$archiveHelper = new Joomla\Archive\Archive;
To
$archiveHelper = JArchive::getAdapter('zip');