I guess the better question is: can you have a apk that contains:
- Java-specific part
- Erlang VM compiled for ARM (basically erts)
- Your erlang app-specific BEAMs (already compiled for ARM elsewhere)
- Some NDK/JNI call to the erts to start the app-specific BEAMs
such that, I wouldn't need to root my phone to start erlang?
Vivek