I'm posting here on the recommendation of a Stack Overflow user. The Kivy library for Python has a tool that works along side it known as Buildozer. It's mainly used to take Python files utilizing Kivy and turn them into .apk files for Android phones (it can also compile to other file formats). Buildozer behaves as such that it cannot be effectively run as a root user. This includes being run as non-root sudoer users. All attempts to access the files to the lxss set of folders in AppData have been unsuccessful, despite multiple attempts to copy the source code there.
Since I have to have root permissions to access files on the actual Windows file system, I've reached an impasse. There seems to be no way to profitably run BuildozerAs for the actual problem, the terminal just hangs. Buildozer will go through a few commands and then proceed to do nothing after about 5 seconds.
I don't know if anything can actually be done about the issue, I'm mainly posting for visibility on the off chance that something can be done.
I'm posting here on the recommendation of a Stack Overflow user. The Kivy library for Python has a tool that works along side it known as Buildozer. It's mainly used to take Python files utilizing Kivy and turn them into .apk files for Android phones (it can also compile to other file formats). Buildozer behaves as such that it cannot be effectively run as a root user. This includes being run as non-root sudoer users. All attempts to access the files to the lxss set of folders in AppData have been unsuccessful, despite multiple attempts to copy the source code there.
Since I have to have root permissions to access files on the actual Windows file system, I've reached an impasse. There seems to be no way to profitably run BuildozerAs for the actual problem, the terminal just hangs. Buildozer will go through a few commands and then proceed to do nothing after about 5 seconds.
I don't know if anything can actually be done about the issue, I'm mainly posting for visibility on the off chance that something can be done.