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
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
How does one find out if a jar is Android compatible, meaning it does not 开发者_如何学Ccontain imports from class not contained in Android.jar?
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?
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
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
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.
I\'m getting this error when trying to run a jruby script on SL4A Dalvik VM unable to locate class \'org/jruby/Main\'
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
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.