I开发者_JS百科\'m trying to build PocketSphinx for Android using the PocketSphinxAndroidDemo project. I\'ve given up om my quest to build it using Cygwin and Windows and installed an Ubuntu VM. I\'m m
I have narrowing conversion error in C++ arm from Android NDK. Have a following code: int16_t ax = li.A.x, ay = li.A.y;
I want to port an aplication written in C++ to android. Converting the application from C++ to Java will take a lot of work that I would prefer to use on making the application better for that platfor
I\'m currently trying to build the PocketSphinx library for Android using the NDK on Windows with Cygwin. I have the PocketSphinxAndroidDemo project code. I also have the pocketsphinx and shpinxbase p
For some reason I can only call native functions from my main activity and not any custom views that I\'ve created. Here is an example file (I followed a tutorial, but renamed the classes http://mindt
I cannot build with NDK r5 on Ubuntu 9.10 (or 9.04). Gives me the following error (GLIBC 2.11 not found).
I am trying to make some self-modifing native code on Android and run it in the emulator. My sample is based on the HelloJNI sample from the android-ndk. It looks like this:
What is wrong with my make file? Android.mk LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE:= foo
Does anyone know of memory debugging tools (like Valgrind) for native C++ code under Android ND开发者_Go百科K?We have a project that uses quite a bit of native code. As hinted in one of the comments f
I have a Java project in which I use some C++ code using JNI. I encountered a weird problem. I have a class th开发者_开发技巧at looks more or less like so: