M
M
Makcimka1322022-01-27 21:26:50
Android
Makcimka132, 2022-01-27 21:26:50

Is there an example of Hello World on Dalvik bytecode?

Greetings.

I have been wondering for a long time - "Is it possible to develop applications for Android without any use of the JVM?", but just a couple of weeks ago I found out that Android has its own bytecode.
If so, how can I get basic examples on it without decompiling existing projects, and is there a Dalvik bytecode "editor" for more convenience?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2022-01-27
@sergey-gornostaev

First, Android is Linux and has no bytecode. Second, Dalvik is a JVM. Thirdly, Dalvik is no longer relevant, modern Androids use ART. Finally, bytecode is not intended to be used by humans.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question