• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. P

    Apps How to avoid clean build using mm-B on Android?

    I am building an Android Application that has a lot of C modules that has the sequence of Java->JNI->C code. I am currently building all the C modules using mm -B option in the Android baseport (Android source code) within the external folder. When I want to build all C modules, I call the...