Top "Dalvik" questions

Dalvik is a virtual machine used by Google's Android operating system.

what's the difference between invoke-virtual and invoke-direct in android

It said that invoke-virtual is invoking the virtual method, while invoke-direct is the direct method. However I'm not clear what …

android dalvik smali
Android Studio Slow Debugging on Device

All was well until very recently when I noticed that debugging has become very slow. I do not recall any …

android performance debugging dalvik
dalvik.system.PathClassLoader can't find jni on Intel devices

I'm having an issue where the dalvik.system.PathClassLoader can't find my jni file on Intel devices. I think it …

android gradle dalvik unsatisfiedlinkerror android-x86
How does Mono for Android work?

I am interested in how Mono for Android (by Novell) works. My biggest question is around the actual runtime's that …

android mono dalvik xamarin.android
Scala on Android: java.lang.NoSuchMethodError: java.lang.String.isEmpty

I am getting following Exception on Android 2.2.1: java.lang.NoSuchMethodError: java.lang.String.isEmpty I am calling text.isEmpty from …

android exception scala dalvik nosuchmethoderror
Is it possible to inject code in an android application?

I would like to inject code in an android application at runtime. I have tried to use dx tool to …

android bytecode dalvik bytecode-manipulation
Cannot compile, Unable to execute dex, cannot merge, non-jumbo instruction

I'm needing some help because I can't get the solution by my own, I had read a lot of post …

android eclipse dalvik dex
How would you improve Dalvik? Android's Virtual Machine

I am currently writing a paper on the Android platform. After some research, it's clear that Dalvik has room for …

android jit dalvik vm-implementation
What optimizations can I expect from Dalvik and the Android toolchain?

I'm working on a high-performance Android application (a game), and though I try to code for readability first, I like …

java android optimization dalvik
Java heap space OutOfMemoryError when binding a .jar in Xamarin

When following the steps on the Xamarin site for Binding a Java Library to create a binding project for the …

c# xamarin.android xamarin dalvik