I
I
ixon2019-06-23 20:19:11
Java
ixon, 2019-06-23 20:19:11

Do I understand correctly how an Android application is created?

I understand correctly that the Android application is going as follows?
1. The programmer writes the application manifest, incl. indicating the entry point to the application.
2. The programmer writes the application code in Java, uses some libraries in the code. The result is a set of .java files with various classes and programs.
3. The code written by the programmer is compiled from .java into .class files using the Java compiler.
4. Compiled .class files and used libraries are compiled using the d8 or dx Dex compiler into a .dex file containing the program code.
5. The resulting .dex files, the manifest file and related files are archived into apk using zip.
6. The resulting apk is supplied with an electronic signature if necessary.
What is wrong in my algorithm that I could forget or not take into account?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Developer, 2019-06-23
@samodum

They forgot about the resources, they are also packaged in apk

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question