static{ System.out.println(Gdx.files.getLocalStoragePath()); }
He displayed the path to the project root folder outside of special modules for Android and desktop computers. Copied to files along the path relative to the project root folder and worked.
Project Project / kernel Project / Android Project / desktop Project / html Project / Android / assets / data / img.png What worked: Project / data / img.png
Tapomay day
source share