My code: ``` const apkPath = './src/app.apk'; await FileViewer.open(apkPath, { showOpenWithDialog: true, showAppsSuggestions: true, }); ``` result: ```[Error: Failed to find configured root that contains /src/app.apk]```