Top "Dalvik" questions

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

"Conversion to Dalvik format failed with error 1" on external JAR

In my Android application in Eclipse I get the following error. UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added: Lorg/…

android dalvik android-sdk-1.6
What are ODEX files in Android?

After some android apps installed, I found that it will change to odex file (not apk) in smartphone. How does …

android virtual-machine android-source dalvik
Unable to execute dex: GC overhead limit exceeded in Eclipse

When I downloaded the Git project OsmAnd and went to compile it, Eclipse returned these errors: [Dex Loader] Unable to …

java android out-of-memory dalvik
What is Dalvik and dalvik-cache?

I know this may be a basic question in Android. But what is Dalvik and dalvik-cache?

android dalvik
Android Build fail - java.lang.IllegalArgumentException: already added: Lcom/google/api/client/escape/CharEscapers;

I just prepare small update for my android app, but I get this strange bug when I try to build …

java android build adt dalvik
Using static variables in Android

In android, are using static variables a recommended practice? E.g, implementing a Singleton pattern in Java, I usually do: …

java android dalvik
What's the best way to learn Smali (and how/when to use Dalvik VM opcodes)?

I know Java, and learned C but never used it. I do not know any form of assembly, either for …

java android dalvik smali
Android: Conversion to Dalvik format failed: Unable to execute dex: null

I'm trying to use the SmugFig SmugMug API on Android. It was designed for J2SE I would imagine, so …

java android eclipse dalvik
JRE on Android

This might sound like a stupid question, but google didn't help me. Is there a JRE available for Android? If …

android java dalvik
Is a Dalvik virtual machine instance created for each application?

Is a Dalvik virtual machine instance created for each application, or all Android applications share the same Dalvik virtual machine …

android dalvik