dalvik
Can I compile Dalvik for WinCE? How?
mY genera开发者_如何学编程l question above and simple - can I compile Dalvik VM for WinCE? In particular, I want to run some android-compatible projects under WinCE 5.0. Obviously, it\'s sounds afraid[详细]
2023-02-07 16:08 分类:问答Understanding disassembly of Dalvik code?
I am playing around with smali and baksmali on a small Hello World Android application I have written. My source code is:[详细]
2023-02-07 06:37 分类:问答Dalvik to Java SE communications
I\'m planning on developing an app for android that requires a back-end server to sync data with other users of the app. I\'m planning on writing this server in standard java running on a unix server.[详细]
2023-02-06 05:29 分类:问答Are there a specification of an API or samples for the DX tool for Android!
I\'开发者_如何学JAVAd like to use DX Tool API for triying to generate ad-hoc a dexfile invoking this library. Are there any sample or any specification of this library?[详细]
2023-02-05 12:41 分类:问答Python code translation to JVM
Is there such a thing as a \"translator\" (for lack of a better word in my mind now) that translates Python code directly to JVM / Dalvik bytecode?[详细]
2023-02-05 01:57 分类:问答Scala on Android: java.lang.NoSuchMethodError: java.lang.String.isEmpty
I am getting following Exception 开发者_如何学Con Android 2.2.1: java.lang.NoSuchMethodError: java.lang.String.isEmpty[详细]
2023-01-29 09:57 分类:问答How to build Android project with Scala sources in IntelliJ IDEA (Community Edition)?
I am trying to build an Android project with Scala sources in IntelliJ IDEA (Community Edition). I am using Scala sources from Java files: auto-complete works correctly, but build cannot resolve Scala[详细]
2023-01-26 15:38 分类:问答Is it possible to inject code in an android application?
I would like to inject c开发者_JAVA百科ode in an android application at runtime. I have tried to use dx tool to generate a dexfile in the sdcard but when i want to instantiate, it fails. Are there any[详细]
2023-01-26 08:06 分类:问答Delvik or Dalvik?
The Android\'s VM is called \'Dalvik\' on its offical site, but I found the name \'Delvik\' has also been used with Android\'s VM in some forums and kind of articles. So could someone helps me to figu[详细]
2023-01-26 00:40 分类:问答Is there a particular reason Java is the only way to program Android?
I read a lot about Dalvik and Google\'s Android OS when it first came out. One of the things that I don\'t quite understand though is why Java is used. The way I understand it is this:[详细]
2023-01-20 09:50 分类:问答