wip APK
Some checks failed
/ test_checkout (push) Failing after 1s

This commit is contained in:
Jean-Marie Mineau 2025-07-10 15:59:36 +02:00
parent a41eb4c870
commit 35d9538a13
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 63 additions and 3 deletions

View file

@ -5,7 +5,9 @@
#let DEX = link(<acr-dex>)[DEX]
#let OAT = link(<acr-oat>)[OAT]
#let JAR = link(<acr-jar>)[JAR]
#let JNI = link(<acr-jni>)[JNI]
#let IDE = link(<acr-ide>)[IDE]
#let NDK = link(<acr-ndk>)[NDK]
#let SDK = link(<acr-sdk>)[SDK]
#let XML = link(<acr-xml>)[XML]
@ -22,7 +24,9 @@
DEX, [Dalvik Executable, the file format for the bytecode used for applicatiobs by Android <acr-dex>],
IDE, [Integrated Development Environment, a software providing tools for software development <acr-ide>],
JAR, [Java ARchive file, the file format used to store several java class files. Sometimes used by Android to store #DEX files instead of java classes <acr-jar>],
JNI, [Java Native Interface, the native library used to interact with Java classes of the application and Android API],
OAT, [Of Ahead Time, an ahead of time compiled format for #DEX files <acr-oat>],
NDK, [Native Development Kit, the set of tools used to build C and C++ code for Android <acr-ndk>],
SDK, [Software Development Kit, a set of tools for developing software targeting a specific platform. In the context of Android, the version of the SDK can be associated to a version of Android, and application compatibility is defined in term of compatible SDK version <acr-sdk>],
XML, [eXtensible Markup Language, a language to store data <acr-xml>],
))