I have been looking for some method in order to access resources like images stored in res/drawable folder. Actually I am s开发者_StackOverflow中文版earching for some
I\'m in the process of rewriting one of my Android applications to take advantage of the NDK and one of the first things it has to do every time is open a 1.5MB text file (approximately 150k lines) an
I have a big C++ project that has about hundred source files that are located in a bunch of sub folders. They were initially developed using Xcode IDE, so there are no makefiles there.
i\'am new to ANDROID. I have to send some data from my and开发者_如何学Pythonroid app to a local server and retrieve some information. How can i do that??? Please help mepublicvoid executeHttpPost(Str
I am trying to call some Java code that I wrote from C using the Android NDK.The application is a NativeActivity application.I have to access some functionality that is only available in Java, and the
I have a function in c++ and I want to call it it java for android. I write it and build its library but the problem is I can not find file in emulator.
i want to use memset in a Android program. i try NDK to code in C then use library in my JAVA Android\'s program.
I\'m trying to run the \"Alien Shooter\" 开发者_如何学GoAndroid/SDL example on my new Samsung Galaxy Fit. I have not changed any of the code from its initial state. On the emulator things work fine bu
i wrote a c++ program with make file in JNI folder.and wrote a program with SDK. i want to use C++ library , but when i use it and run it on emulator i have error.it said i should use force exit.
Earlier i tried to build webkit for Android in Windows using Android NDK. Then i learned that it could not be built in NDK,It could be built only in platform build system. ThenI installed Ubuntu 11.04