P
P
Pavel Rekun2013-11-30 14:43:07
Android
Pavel Rekun, 2013-11-30 14:43:07

If it is possible to add ART support to the Android application?

After uploading the application to Google Play for beta testing, I began to notice that people with Android 4.4 and the ART virtual machine simply cannot launch the application. Is there any way to add support for this virtual machine?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@ntkt, 2013-11-30
@Menos

In theory, no special actions are required for support.
ART is a complete replacement for the JIT compiler from dalvik-vm with a pre-compilation to machine code. Naturally, application features with dynamic code generation can demonstrate various special effects.
Try to first determine at the start of the application whether it is currently running under ART ( stackoverflow.com/questions/19830342/how-can-i-detect-the-android-runtime-dalvik-or-art ) and, by this condition, disable all suspicious features , For example.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question