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

Search results

  1. G

    Apps help with ndk build

    hello guys, I need to use a native library in my app but with all the ways I've tryed to build it, I get the following warning:10-11 10:33:51.095: WARN/dalvikvm(337): No implementation found for native L(path to my activity);.Init (Ljava/lang/String;IIIII)I and then the error10-11...
  2. G

    Apps stack trace question.

    Hello gurus, I am trying to create a small app that uses the camera but when I try to setContentView() to another layout than the one with the SurfaceView used by th camera, an unhandled exception occurs which terminates the program. Here is the stack trace:04-08 14:24:55.104...