Top "Dalvik" questions

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

what does WAIT_FOR_CONCURRENT_GC blocked mean?

I just did an automatic update from ICS (4.0.4) to JB (4.1) on my android phone and it introduced multiple garbage collection …

android garbage-collection dalvik blocked
Does android system include JVM?

I know android system include the Dalvik virtual machine(DVM) But i didn't understand if android system include JVM also …

java android jvm jit dalvik
Which programming languages can I use on Android Dalvik?

In theory, Dalvik executes any virtual machine byte code, created for example with the compilers of AspectJ ColdFusion Clojure Groovy …

java python android scala dalvik
UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added

I'm new to Android, trying to launch the project, which is being built and deployed well. But every time I …

android eclipse macos maven dalvik
How can I use the `--multi-dex` option?

[2013-11-13 18:39:09 - XlApp] Dx trouble writing output: Too many method references: 66024; max is 65536. You may try using --multi-dex option. …

android dalvik dx
How to minimize GC_FOR_ALLOC occurrences?

My application is causing these dreaded GC_FOR_ALLOC occur way to many times in specific locations (methods): 12-29 22:20:30.229: D/…

java android memory-management garbage-collection dalvik
What is difference between DVM and ART ? Why DVM has been officially replaced with ART in Lollipop?

Since Android Lollipop, Google has replaced DVM with ART because ART is faster than DVM. Is there any other reason …

java android dalvik
How can I detect the Android runtime (Dalvik or ART)?

Google added a new ART runtime with Android 4.4. How can I determine whether ART or Dalvik is the current runtime?

android dalvik android-4.4-kitkat art-runtime
ClassNotFoundException Android

So I ran into a problem today while working on my Android program. I have a class that turns that …

java android dalvik classnotfoundexception classnotfound
Does Android plan to support Java7?

As Android does not currently support java7, I find myself wondering if they have made an official comment if they …

android java-7 dalvik