Top "Android-runtime" questions

The Android Runtime, or ART for short, is an Android runtime which was made available in Android 4.4 and is the default runtime in Android from 5.0 onward, superseding the Dalvik runtime.

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 does OAT mean?

We know that Dalvik uses APK, DEX, and ODEX files. And we know this abbreviation means via AOSP source or …

android android-5.0-lollipop android-runtime
Android Studio java.lang.NoSuchMethodError with an imported library

I imported the commons-codec-1.10.jar following the next steps: Under de app directory created a libs directory Copied manually the .…

java android android-studio static-methods android-runtime
android.widget.FrameLayout$LayoutParams cannot be cast to android.widget.AbsListView$LayoutParams

There are other related issues on this but they do not address my situation (their error code has to do …

java android classcastexception android-framelayout android-runtime
Load DEX file dynamically on Android 5.0

Prior to Android 5.0 I was able to load DEX files dynamically using DexClassLoader and calling loadClass() method but with the …

android classloader dex android-runtime dex2oat
Android - Suspending all threads took: * ms

I'm having these warnings in my logcat even after a while that i left the application. (Didn't kill though, just …

android multithreading threadpoolexecutor android-runtime
Android native crash initiating from /system/framework/arm/boot.oat

After recent update of my application in Google Play, I started receiving lot of crash reports, all of them are …

android crash android-5.0-lollipop samsung-mobile android-runtime