Top "Dalvik" questions

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

Android NDK overflows dalvik JNI local reference table

I have the following problem, from c++ I send huge string[] to java. huge = at most 20 rows; I am doing …

android java-native-interface dalvik android-ndk
Modifying existing methods in Smali

I've been looking at a simple method in smali (coming from Android here), and any I was wondering how I'd …

java android dalvik smali
why android is built on a VM (Dalvik)

I am curious to know what made google choose to develop android's framework on java VM. In the process of …

android dalvik
OutOfMemory error though free memory is available

I'm seeing a pretty odd problem. Essentially sometimes large bitmap memory allocations will fail even though there's apparently tons of …

android bitmap jvm android-3.0-honeycomb dalvik
Android NDK: Dalvik Heap and Native Heap - How Separate Between the two

I know there's Dalvik(JVM) heap and Native heap in an android platform. And the Dalvik GC has no work …

android memory android-ndk dalvik
Can I safely block Dalvik browser agent requests?

I've noticed that when users on Android-OS devices visit my site, there's constantly two requests happening on each page. The …

android browser dalvik
will android java support lambda expression in java 8?

I understand that the "java" in a dalvik vm is different from Java se in terms of API and architecture …

java android dalvik java-8
Does the Android ART runtime have the same method limit limitations as Dalvik?

Does the Android ART runtime have the same method limit limitations as Dalvik? Currently, there's a limit of 64k methods …

android dalvik art-runtime dex-limit
Android & Dalvik - Get the size of an object

As we all know Java 5 introduced the ability for Instrumentation to get the size of an object with ease. Is …

java android dalvik
Dynamically Generating Dalvik Bytecode into a running Dalvik/Android application

This question has been asked(and answered) many times about dynamically generating and loading java bytecodes at runtime into a …

android dalvik