Top "Dalvik" questions

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

Understanding Android: Zygote and DalvikVM

I am trying to understand how Android launches applications. The question is how (and why) does the Zygote fork a …

android dalvik
Is it possible to dynamically load a library at runtime from an Android application?

Is there any way to make an Android application to download and use a Java library at runtime? Here is …

android reflection classloader dalvik android-library
Multiple dex files - Conversion to Dalvik format failed - Unable to execute dex

I have 2 app versions - pro and lite. They are both already on the market at v1.01. I am trying …

java android dalvik dex
Conversion to Dalvik format failed with error 1 with javax/net/SocketFactory.class

Encounter this problem when trying to Build Project getting such output in console: [2010-07-19 23:29:23 - myProject] trouble processing "javax/…

android dalvik
How to load a Java class dynamically on android/dalvik?

I'm wondering if and how one can load dex or class files dynamically in dalvik, some quick'n'dirty test function I …

java android classloader dalvik
Browser sending "Dalvik" as user agent

Android Browsers is sending Dalvik as the user agents in the request headers. I am currently working on a mobile …

android dalvik mobile-browser
OutofMemoryError: bitmap size exceeds VM budget (Android)

Getting an Exception in the BitmapFactory. Not sure what is the issue. (Well I can guess the issue, but not …

android exception bitmap dalvik
Difference between dexopt and dex2oat?

Google is moving from Dalvik to ART(Android Runtime). I was trying to understand, how it is going to improve …

android dalvik android-runtime dexopt dex2oat
What is Smali Code Android

I am going to learn a little bit about Dalvik VM, dex and Smali. I have read about smali, but …

android dalvik dex vm-implementation smali
How to solve the issue with Dalvik compiler limitation on 64K methods?

My team and I have inherited a large Android project from another team. The whole application with all the included …

android protocol-buffers dalvik dex