2012年3月9日

A step-by-step guide for debugging native code, by Carlos Souto

摘要: http://www.eclipse.org/sequoyah/documentation/native_debug.phpPre-requisites0) Sequoyah Native Debug feature must be installed.You can install it from Sequoyah update site:It will install CDT's dependencies if needed:1) The platform must be Android 2.2 (android-8)2) The ndk version must be r4b ( 阅读全文

posted @ 2012-03-09 23:24 androidme 阅读(415) 评论(0) 推荐(0)

Using cgdb with ndk-debug (and cgdb tutorial)

摘要: http://mhandroid.wordpress.com/2011/01/23/using-cgdb-with-ndk-debug-and-cgdb-tutorial/Android ndk (http://developer.android.com/sdk/ndk/index.html) comes withndk-gdbcommand that startsgdbdebugger and connects it to Android application.cgdb(http://cgdb.sourceforge.net/) is superior console front-end 阅读全文

posted @ 2012-03-09 23:23 androidme 阅读(336) 评论(0) 推荐(0)

Using Eclipse for Android C/C++ Debugging

摘要: http://mhandroid.wordpress.com/2011/01/23/using-eclipse-for-android-cc-debugging/Yes. You can use Eclipse for debugging of C/C++ code. I personally prefercgdbbut if you want to debug in Eclipse here is how.See myprevious spothow to set upcgdbdebugger if you think it will suit you.See myblog spothow 阅读全文

posted @ 2012-03-09 23:20 androidme 阅读(721) 评论(0) 推荐(0)

Using Eclipse for Android C/C++ Development

摘要: http://mhandroid.wordpress.com/2011/01/23/using-eclipse-for-android-cc-development/Programming in C/C++ on Android is just awesome! This tutorial shows how to setup Eclipse for using C/C++ together with Java in Android projects.0) PrerequisitiesYou need to have Google ADT (Android Development Tools) 阅读全文

posted @ 2012-03-09 23:13 androidme 阅读(470) 评论(0) 推荐(0)

How C/C++ Debugging Works on Android

摘要: http://mhandroid.wordpress.com/2011/01/25/how-cc-debugging-works-on-android/How debugging of C/C++ code works on Android? Nothing special actually.Gdbitself has a feature for remote debugging. Note: For this article I am using Android NDK, r5. The behavior ofndk-buildandndk-gdbcommands can be differ 阅读全文

posted @ 2012-03-09 22:56 androidme 阅读(391) 评论(0) 推荐(0)

非常容易的进行Android NDK开发的调试

该文被密码保护。 阅读全文

posted @ 2012-03-09 22:40 androidme 阅读(3) 评论(0) 推荐(1)

Android NDK调试相关

该文被密码保护。 阅读全文

posted @ 2012-03-09 22:20 androidme 阅读(4) 评论(0) 推荐(0)

Cygwin/MinGW

摘要: Cygwinhttp://www.cygwin.com/MinGW and MSYShttp://www.mingw.org/ 阅读全文

posted @ 2012-03-09 20:20 androidme 阅读(134) 评论(0) 推荐(1)

Android JNI相关

摘要: JNI Examples for Androidhttp://android.wooyd.org/JNIExample/The Native Android APIhttp://mobilepearls.com/labs/native-android-api/Android JNI开发入门http://my.unix-center.net/~Simon_fu/?p=833 阅读全文

posted @ 2012-03-09 13:13 androidme 阅读(117) 评论(0) 推荐(1)

Setting up Automatic NDK Builds in Eclipse

摘要: http://mobilepearls.com/labs/ndk-builder-in-eclipse/When editing native JNI code in an Android project using the Android NDK you may configure Eclipse to automatically rebuild your project when editing native code, just as it does for java. The below steps shows how to perform the necessary configur 阅读全文

posted @ 2012-03-09 11:44 androidme 阅读(246) 评论(0) 推荐(1)

[Android]MIT App Inventor

摘要: http://appinventor.mit.edu/Creating an App Inventor app begins in your browser, where you design how the app will look. Then, like fitting together puzzle pieces, you set your app's behavior. All the while, through a live connection between your computer and your phone, your app appears on your 阅读全文

posted @ 2012-03-09 00:26 androidme 阅读(638) 评论(0) 推荐(1)

导航