airsdk / airsdkmanager-releases

Public releases for the AIR SDK Manager
9 stars 0 forks source link

The required native extension is missing for the application #6

Closed Adolio closed 1 week ago

Adolio commented 4 weeks ago

Hi @marchbold,

I get the following error when launching the new AIR SDK Manager (v1.0.2). I tried to re-install (uninstall + re-install) but it didn't work.

Screenshot_2024-08-17_12-16-28

Best, Aurélien

Policy56 commented 3 weeks ago
<extensionID>androidx.core</extensionID>
<extensionID>com.distriqt.Notifications</extensionID>
<extensionID>com.distriqt.StatusBar</extensionID>
<extensionID>com.jetbrains.kotlin</extensionID>

has been added in the release code but not packaged in the *.msi installer. It cannot be found in ${INSTALL_DIR}/META-INF/AIR/extensions

The workaround is to unzip the files in AISDKManager_1.0.2.pkg ( \Payload~\AIRSDKManager.app\Contents\Resource\META-INF\AIR\extensions ) and paste it in ${INSTALL_DIR}/META-INF/AIR/extensions

marchbold commented 3 weeks ago

Hi, Thanks for reporting this, we'll look into it. Can you confirm the OS and version you are having this issue on.

Adolio commented 3 weeks ago

Hi @marchbold,

Thanks for the answer. I tried to used the latest version AIR SDK Manager v1.0.2 on Windows 10.

marchbold commented 3 weeks ago

Thanks, I've been able to replicate it and will look into the issue in the installer. In the meantime please install the previous version of the manager.

Adolio commented 3 weeks ago

Thanks for the update 👍

marchbold commented 1 week ago

This has been resolved , new build will be out soon