I want to build a kernel module for android. And i know i use the cross compile.Inside the kernel,i think i can use some general cross compile,such as arm-none-linux-gnueabi-gcc.Is my idea correct?Or any other cross compile for android,u can prompt to me?And any artile about how to build the environment in the ubuntu for the cross compile? Secondly,whenever i compile the module,how can i load it into the kernel as the module? At last,anyone explain the relationship among NDK,cross compile and toolchain? thx
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...