Не загружается txt документ импортированный в M.A.I (txt document imported into M.A.I does not load)

Здравствуйте!
Я писал приложение в M.A.I. и столкнулся с проблемой, если создать txt файл в корневой папки приложения то он загружается, но если импортировать то он импортируется в assets\ и приложение откажется загружать его "данный файл не обнаружен ERROR:2101", я уже писал просто название и название в "assets\file.txt" и он не хочет.
Как это можно исправить?

You can only add files to assets (media folder) when designing your app, you cannot add files to assets at runtime, this is a read only area.

Also, you should not be able to create a file in the root of your file system: /system/emulated/0, use a shared folder or your ASD

M.A.I. ? Do you mean MIT AppInventor / AI2 ?

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

Yes

P.S I found a way to fix this by simply restarting MIT

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.