摘要:
http://www.nobugs.org/developer/win32/debug_crt_heap.htmlWin32 Debug CRT Heap Internals... by Andrew Birkett(andy@nobugs.org)If you are lazy, skip the explanation andjump to the tableat the bottom of ... 阅读全文
摘要:
from:http://the-b.org/AndroidDebugging Native Code If you're working on the framework, you're in luck. Debugging native code is pretty easy. Here is how to do it for the emulator. For actual device... 阅读全文
摘要:
Well, it should run just fine in the emulator that's part of the platform build, and that's by far the preferred way to run the platform code. Trying to mix-and-match platform work and SDK work is pai... 阅读全文
摘要:
Setting up UDEV rules to grant access to your phone. Ubuntu won't allow the DDMS access to the Android phone via USB unless the appropriate udev rule is set. This is Bug #316215. In order to provide ... 阅读全文
摘要:
在设置ndk时,遇到错误 Could not find a valid Nawk or Gawk executable. 然后,去更改一下host-setup.sh 把119行的if改成"$result" = "Pass"这样,错误就没了 错误具体看这http://groups.google.com/group/android-ndk/browse_thread/thread/2127fa52... 阅读全文
摘要:
今天突然可以访问source.android.com了。。。。赶快把文档复制下来 Building For Dream Or Sapphire The basic manifest for donut (and above) defines which projects are needed to do a generic build for flashable Dream and Sapphir... 阅读全文