Android Kotlin assert list is empty but file is in folder
I am trying to read a file in via Android assets folder. For this I made a assets folder like here. I made a file and it is shows in the explore: When I run in the onCreate method: Log.d("Test", assets.list("/").contentToString()) The output is []. Also when I run: assets.open("Injector.js").bufferedReader().use { Log.d("Test", it.readText()) } The… Read More Android Kotlin assert list is empty but file is in folder