android - App Inventor 2 files not showing up in assets folder on phone -


I'm trying to get my webview to show a local HTML file, but When I open it says on my phone that the file is not there

when I open the .aia file on my laptop then the file / property is in the folder.

Is anyone else having this problem and it is capable of doing this right?

Thanks

Yes, you can upload HTML files as assets also App in the Appreeter! There is only one special thing to consider: During development, you must use the development path in the embedded HTML document:

  file: /// mnt / sdcard / AppInventor / assets / & Lt; Before producing APM, use the production route.  
  file: /// and Android / Asset / & lt; Name Your HTML File & gt; HTML  

See some examples


Comments