dalvik
How to trace and debug external memory allocations in Android?
I am trying to fix a memory issue in an Android application. I am convinced that the memory leak is not happening on the internal heap, as I have thoroughly investigated this possibility using the Me[详细]
2023-04-11 05:38 分类:问答Can an app be monitored for security?
A coworker and I were talking (after a fashion) about an article I read (HTC permission security risk). Basically, the argument came down to whether or not it was possible to log every action that an[详细]
2023-04-10 21:42 分类:问答Android & jar file compatibility
How does one find out if a jar is Android compatible, meaning it does not 开发者_如何学Ccontain imports from class not contained in Android.jar?[详细]
2023-04-10 17:57 分类:问答Android, Is it possible to run Dalvik VM on any kind of OSs in order to run Android Applications?
I 开发者_开发百科have some operating systems such as Windows 7 and Linux. Is it possible to run Dalvik on this Win7 and after that running an Android application or game?[详细]
2023-04-09 15:50 分类:问答What is Dalvik and dalvik-cache?
I know this may be a basic quest开发者_StackOverflow社区ion in Android. But what is Dalvik and dalvik-cache?Dalvik is the virtual machine that is used by Android. It is generally thought of as a Java[详细]
2023-04-07 00:31 分类:问答Unable to run any Android project - could not find apk error message
I\'ve recently installed the Android SDK on Windows 7. I\'m editing using Eclipse. I have had no problems whatsoever on Windows XP previously, but for some reason nothing happens on Windows 7. I\'ve g[详细]
2023-04-06 20:53 分类:问答Decompiling Dalvik to Java, why so many inconsistencies?
I used dex2jar an开发者_JAVA百科d JD-gui on the dex file of an application, although at several parts of the code, it did not make sense and there were error in term of decompilation.[详细]
2023-04-02 20:19 分类:问答Dalvik error with JRuby with SL4A
I\'m getting this error when trying to run a jruby script on SL4A Dalvik VM unable to locate class \'org/jruby/Main\'[详细]
2023-04-02 02:45 分类:问答Fast string comparison using Dalvik VM?
I\'m parsing a big XML file using SAXParser in Android and was wondering if there\'s a faster way of doing string comparisons?I\'ve heard rumours that you can use the Dalvik VM to do something which w[详细]
2023-03-31 12:20 分类:问答Android game programming - Heap issues
I work for a small Android game development company, and currently I\'m having an issue.I\'m running a pretty standard windows 7 x64 machine, with Eclipse and the Android SDK.[详细]
2023-03-29 14:39 分类:问答