i am porting a complex C application to android, as an SO library, wrapped with think java layer. after few hours of hassle, i have the code compiling under Android, but off course, the application crashes :(
after looking around,i understand the only way to debug C application under Android is by gdb. since i don't have alot of experience with gdb, any one out there can share some insights ?
anyone has a tutorial for gdb under windows :) ?
thx