Closed rkkoszewski closed 8 years ago
I seem to have the same issue when I compile Alpha 2.0.0. Seems like all calls to System.exec() are blocked. This doesn't happen when I install LinuxDeploy from Google Play or from Release. Are there any special flags used to compile LinuxDeploy? (I'm using Android Studio)
Apparently the directory /data/user/0/ru.meefik.linuxdeploy/env not included in the project and not unpacked in Android. You must manually copy (or symlinked) branch cli to directory /app/src/main/assets of the project.
Thanks! That was it!
I don't know if this is a bug in the latest source or if I'm doing something wrong.
I cannot start any system because Linux Deploy fails in setting some kind of "System Environment".
Here is a complete Log of the starup of Linux Deploy.
Seems like it's trying to run a shell script called "env" but when I manually navigate to the directory (/data/user/0/ru.meefik.linuxdeploy/ using ESExplorer) I cannot see any env file nor folder.
Is it some kind of bug or is it just me compiling it wrongly?
Greetings.