¡@

Home 

2014/10/16 ¤W¤È 08:20:02

android Programming Glossary: ndk

Android NDK linking

http://stackoverflow.com/questions/10593987/android-ndk-linking

on the ZeroMQ guide I have built a native toolchain of ndk version 6 and used that to successfully build ZeroMQ. However.. the ZeroMQ symbols that are linked in android android ndk shared libraries share improve this question I just learnt.. a 2nd library and link it to my main library in android ndk. Let me see if I am of any use to you. The following is how..

How can I catch SIGSEGV (segmentation fault) and get a stack trace under JNI on Android?

http://stackoverflow.com/questions/1083154/how-can-i-catch-sigsegv-segmentation-fault-and-get-a-stack-trace-under-jni-on

library for Android Dalvik. android jni signals android ndk sigsegv share improve this question Edit From Jelly Bean..

Rotating a bitmap using JNI & NDK

http://stackoverflow.com/questions/14398670/rotating-a-bitmap-using-jni-ndk

functionality and others here . android bitmap android ndk jni image rotation share improve this question Since you're..

JNI bitmap operations , for helping to avoid OOM when using large images [closed]

http://stackoverflow.com/questions/18250951/jni-bitmap-operations-for-helping-to-avoid-oom-when-using-large-images

of 90 degrees counter clock wise . android bitmap android ndk jni out of memory share improve this question NOTE this..

ffmpeg for a android (using tutorial: “ffmpeg and Android.mk”)

http://stackoverflow.com/questions/2645041/ffmpeg-for-a-android-using-tutorial-ffmpeg-and-android-mk

app in the folder to make. I am using the current android ndk release 3 and checked out the actual ffmpeg releases from 3.. download.html android ffmpeg cross compiling android ndk share improve this question After looking around the net...

Creating a product SDK: How do I add a native lib (.SO) and a jar with the SDK I am creating?

http://stackoverflow.com/questions/4882167/creating-a-product-sdk-how-do-i-add-a-native-lib-so-and-a-jar-with-the-sdk-i

demonstrates how to use the widget android jar android ndk share improve this question I spent some time on this and..

Calling a java method from c++ in Android

http://stackoverflow.com/questions/5198105/calling-a-java-method-from-c-in-android

native String getJniString java c android jni android ndk share improve this question It's an object method so I think..

How to use addr2line in Android

http://stackoverflow.com/questions/5314036/how-to-use-addr2line-in-android

idea how to use addr2line which is provided with android ndk android debugging shared libraries android ndk native code.. android ndk android debugging shared libraries android ndk native code share improve this question Let's say that logcat..

MuPdf Reader integrate in project

http://stackoverflow.com/questions/8500530/mupdf-reader-integrate-in-project

to make it programmatic Thanks dhams android pdf android ndk render share improve this question I don't know how to do.. readme files Then go to the folder mupdf 0.9 android Run ndk build You can get the following errors Compile thumb mupdfthirdparty.. thirdparty jbig2dec jbig2.c 22 home yury software android ndk r6b platforms android 8 arch arm usr include stdint.h 48 error..

Using FFmpeg with Android-NDK

http://stackoverflow.com/questions/9605757/using-ffmpeg-with-android-ndk

inset FFmpeg commands via NDK Last notice I using android ndk r7b and Cygwin . Any suggestion would be appreciated. android.. . Any suggestion would be appreciated. android android ndk ffmpeg share improve this question From your question it.. android good stating point for ffmpeg on adnroid based on ndkr5 another good starting point for building ffmpeg for android..

Android NDK linking

http://stackoverflow.com/questions/10593987/android-ndk-linking

NDK linking I am trying to build an android application that calls.. arm LOCAL_CFLAGS LOCAL_C_INCLUDES I O3 DANDROID_NDK DDISABLE_IMPORTGL LOCAL_LDLIBS ldl llog include BUILD_SHARED_LIBRARY.. arm LOCAL_CFLAGS LOCAL_C_INCLUDES I O3 DANDROID_NDK DDISABLE_IMPORTGL LOCAL_LDLIBS lOpenSLES landroid ldl llog LOCAL_SHARED_LIBRARIES..

How to increase heap size of an android application?

http://stackoverflow.com/questions/11275650/how-to-increase-heap-size-of-an-android-application

limit as possible is to do memory intensive tasks via the NDK as the NDK does not impose memory limits like the SDK. Alternatively.. is to do memory intensive tasks via the NDK as the NDK does not impose memory limits like the SDK. Alternatively you..

AutoCompleteTextView backed by CursorLoader

http://stackoverflow.com/questions/12854336/autocompletetextview-backed-by-cursorloader

was already addressed in the current libs from Android SDK NDK but for any reason was never used before but is feasible with..

Update Android SDK Tool to 22.0.4(Latest Version) from 22.0.1

http://stackoverflow.com/questions/14869929/update-android-sdk-tool-to-22-0-4latest-version-from-22-0-1

eclipse after loading you should get Developer Tools and NDK Plugins check both if you want to use the Native Developer Kit.. check both if you want to use the Native Developer Kit NDK in the future or check Developer Tool only click Next Finish..

Which programming languages can I use on Android Dalvik?

http://stackoverflow.com/questions/1994703/which-programming-languages-can-i-use-on-android-dalvik

Android software. Android Native Development Kit Android NDK which will allow developers to build Android software components..

Crossplatform iPhone / Android code sharing

http://stackoverflow.com/questions/2380258/crossplatform-iphone-android-code-sharing

code base porting of C C and Objective C to the Android NDK or otherwise. Yes of course in a perfect world all apps would.. this question In my experience you can use Android NDK to compile C and C so if you use iPhone Obj C .mm bindings for..

ffmpeg for a android (using tutorial: “ffmpeg and Android.mk”)

http://stackoverflow.com/questions/2645041/ffmpeg-for-a-android-using-tutorial-ffmpeg-and-android-mk

step 4 to 5. STEP4 Configuring ... STEP5 cd to your NDK root dir type make TARGET_ARCH arm APP ffmpeg org It seems to..

How to encode a WAV to a mp3 on a Android device

http://stackoverflow.com/questions/3641920/how-to-encode-a-wav-to-a-mp3-on-a-android-device

Android API for encoding audio If not what pure Java or NDK based solutions are there And can you recommend any of them..

FFMPEG on Android

http://stackoverflow.com/questions/4725773/ffmpeg-on-android

library wrapping ffmpeg functionality using the Android NDK . There's a lot of documentation out there on how to work with.. a lot of documentation out there on how to work with the NDK. Basically you'll need to write some C C code to export the.. into a library java can interact with through JNI. The NDK allows you to easily link against the static libraries you've..

Use FFMPEG on Android [closed]

http://stackoverflow.com/questions/5164211/use-ffmpeg-on-android

frame to H.264 I have ported FFMPEG work on Android with NDK I just don't know how to use it. A source code is appreciated...

How to use addr2line in Android

http://stackoverflow.com/questions/5314036/how-to-use-addr2line-in-android

This is the number to pass to addr2line. I'm using NDK r5 so the executable I'm using is located at NDK toolchains.. I'm using NDK r5 so the executable I'm using is located at NDK toolchains arm linux androideabi 4.4.3 prebuilt linux x86 bin.. since this is the non stripped version Also when using NDK r5 with a 2.3 AVD it is actually possible to debug multithreaded..

Android NDK linking

http://stackoverflow.com/questions/10593987/android-ndk-linking

backend uses ZeroMQ for messaging. Per the android build page on the ZeroMQ guide I have built a native toolchain of ndk version 6 and used that to successfully build ZeroMQ. However when I build my own .so with the JNI implementations I can't.. present in libmy_lib.so. Any ideas as to why it cannot find the ZeroMQ symbols that are linked in android android ndk shared libraries share improve this question I just learnt how to compile a 2nd library and link it to my main library.. share improve this question I just learnt how to compile a 2nd library and link it to my main library in android ndk. Let me see if I am of any use to you. The following is how I create my 2nd library In my case I build bullet physics library..

How can I catch SIGSEGV (segmentation fault) and get a stack trace under JNI on Android?

http://stackoverflow.com/questions/1083154/how-can-i-catch-sigsegv-segmentation-fault-and-get-a-stack-trace-under-jni-on

solve the catching part of my question but I see no such library for Android Dalvik. android jni signals android ndk sigsegv share improve this question Edit From Jelly Bean onwards you can't get the stack trace because READ_LOGS went..

Rotating a bitmap using JNI & NDK

http://stackoverflow.com/questions/14398670/rotating-a-bitmap-using-jni-ndk

your needs. better solution i've made a nice post having this functionality and others here . android bitmap android ndk jni image rotation share improve this question Since you're using ARGB_8888 format every pixel is an uint32_t not uint16_t..

JNI bitmap operations , for helping to avoid OOM when using large images [closed]

http://stackoverflow.com/questions/18250951/jni-bitmap-operations-for-helping-to-avoid-oom-when-using-large-images

at least the obvious ones . currently i only added rotation of 90 degrees counter clock wise . android bitmap android ndk jni out of memory share improve this question NOTE this is a bit old code. for the most updated one check out the project..

ffmpeg for a android (using tutorial: “ffmpeg and Android.mk”)

http://stackoverflow.com/questions/2645041/ffmpeg-for-a-android-using-tutorial-ffmpeg-and-android-mk

in step 5 need some previous steps. Unfortunately I have no app in the folder to make. I am using the current android ndk release 3 and checked out the actual ffmpeg releases from 3 and 4 . I am thankful for every advice. 1 http slworkthings.wordpress.com.. gitorious.org ~olvaffe ffmpeg ffmpeg android 3 http ffmpeg.org download.html android ffmpeg cross compiling android ndk share improve this question After looking around the net. The only working solution I found is supplied by Bambuser which..

Creating a product SDK: How do I add a native lib (.SO) and a jar with the SDK I am creating?

http://stackoverflow.com/questions/4882167/creating-a-product-sdk-how-do-i-add-a-native-lib-so-and-a-jar-with-the-sdk-i

How do I include this .JAR and .SO in a sample project that demonstrates how to use the widget android jar android ndk share improve this question I spent some time on this and i just can't understand why isn't this written on wikitude..

Calling a java method from c++ in Android

http://stackoverflow.com/questions/5198105/calling-a-java-method-from-c-in-android

String text System.out.println text return text public native String getJniString java c android jni android ndk share improve this question It's an object method so I think you need to pass the object to CallObjectMethod jobject..

How to use addr2line in Android

http://stackoverflow.com/questions/5314036/how-to-use-addr2line-in-android

convert these addresses into my code. Does anybody have any idea how to use addr2line which is provided with android ndk android debugging shared libraries android ndk native code share improve this question Let's say that logcat show you.. have any idea how to use addr2line which is provided with android ndk android debugging shared libraries android ndk native code share improve this question Let's say that logcat show you the following crash log this is from one of my..

MuPdf Reader integrate in project

http://stackoverflow.com/questions/8500530/mupdf-reader-integrate-in-project

in my custom view my custom view is in the xml or i am able to make it programmatic Thanks dhams android pdf android ndk render share improve this question I don't know how to do this in Windows using cygwin because I'm using Ubuntu for the.. 0.9 For windows you should use VS as it is declared in the readme files Then go to the folder mupdf 0.9 android Run ndk build You can get the following errors Compile thumb mupdfthirdparty jbig2.c In file included from home yury programming.. programming android workspace mupdf 0.9 android jni .. .. thirdparty jbig2dec jbig2.c 22 home yury software android ndk r6b platforms android 8 arch arm usr include stdint.h 48 error redefinition of typedef 'int8_t' home yury programming android..

Using FFmpeg with Android-NDK

http://stackoverflow.com/questions/9605757/using-ffmpeg-with-android-ndk

do not want to use Ubuntu please do not suggest. 2 How can I inset FFmpeg commands via NDK Last notice I using android ndk r7b and Cygwin . Any suggestion would be appreciated. android android ndk ffmpeg share improve this question From your.. via NDK Last notice I using android ndk r7b and Cygwin . Any suggestion would be appreciated. android android ndk ffmpeg share improve this question From your question it is hard to tell what exactly you want need... so here is some.. so here is some general information using ffmpeg with android good stating point for ffmpeg on adnroid based on ndkr5 another good starting point for building ffmpeg for android helpful information to build ffmpeg for android see here here..

Android NDK linking

http://stackoverflow.com/questions/10593987/android-ndk-linking

NDK linking I am trying to build an android application that calls into a C backend. This backend uses ZeroMQ for messaging... FILES LOCAL_MODULE bullet LOCAL_SRC_FILES SRC FILES LOCAL_ARM_MODE arm LOCAL_CFLAGS LOCAL_C_INCLUDES I O3 DANDROID_NDK DDISABLE_IMPORTGL LOCAL_LDLIBS ldl llog include BUILD_SHARED_LIBRARY Then copy your libxxxx.so In my case libbullet.so and.. main code src files LOCAL_MODULE gamescript LOCAL_ARM_MODE arm LOCAL_CFLAGS LOCAL_C_INCLUDES I O3 DANDROID_NDK DDISABLE_IMPORTGL LOCAL_LDLIBS lOpenSLES landroid ldl llog LOCAL_SHARED_LIBRARIES bullet irrlicht include BUILD_SHARED_LIBRARY..

How to increase heap size of an android application?

http://stackoverflow.com/questions/11275650/how-to-increase-heap-size-of-an-android-application

on Gingerbread and above. The only way to have as large a limit as possible is to do memory intensive tasks via the NDK as the NDK does not impose memory limits like the SDK. Alternatively you could only load the part of the model that is currently.. and above. The only way to have as large a limit as possible is to do memory intensive tasks via the NDK as the NDK does not impose memory limits like the SDK. Alternatively you could only load the part of the model that is currently in..

AutoCompleteTextView backed by CursorLoader

http://stackoverflow.com/questions/12854336/autocompletetextview-backed-by-cursorloader

to be implemented Github Android . Of course if your idea was already addressed in the current libs from Android SDK NDK but for any reason was never used before but is feasible with the current Android version libs then in such case you will..

Update Android SDK Tool to 22.0.4(Latest Version) from 22.0.1

http://stackoverflow.com/questions/14869929/update-android-sdk-tool-to-22-0-4latest-version-from-22-0-1

you want and Location https dl ssl.google.com android eclipse after loading you should get Developer Tools and NDK Plugins check both if you want to use the Native Developer Kit NDK in the future or check Developer Tool only click Next..

Which programming languages can I use on Android Dalvik?

http://stackoverflow.com/questions/1994703/which-programming-languages-can-i-use-on-android-dalvik

programming language for building distributable third party Android software. Android Native Development Kit Android NDK which will allow developers to build Android software components with C and C . In addition to delivering support for native..

Crossplatform iPhone / Android code sharing

http://stackoverflow.com/questions/2380258/crossplatform-iphone-android-code-sharing

logic that needs to run on each device. Existing iPhone code base porting of C C and Objective C to the Android NDK or otherwise. Yes of course in a perfect world all apps would just plug into the magical cloud and all the reusable logic.. avoiding it. java c iphone objective c android share improve this question In my experience you can use Android NDK to compile C and C so if you use iPhone Obj C .mm bindings for a C C engine in the iPhone and in Android you use Java bindings..

ffmpeg for a android (using tutorial: “ffmpeg and Android.mk”)

http://stackoverflow.com/questions/2645041/ffmpeg-for-a-android-using-tutorial-ffmpeg-and-android-mk

compile ffmpeg using theses tutorial I am not sure how to realize step 4 to 5. STEP4 Configuring ... STEP5 cd to your NDK root dir type make TARGET_ARCH arm APP ffmpeg org It seems to me that building an application like it is explained in the..

How to encode a WAV to a mp3 on a Android device

http://stackoverflow.com/questions/3641920/how-to-encode-a-wav-to-a-mp3-on-a-android-device

generated audio data. So my question is is there a standard Android API for encoding audio If not what pure Java or NDK based solutions are there And can you recommend any of them Failing this I'll just have to save my generated audio as a..

FFMPEG on Android

http://stackoverflow.com/questions/4725773/ffmpeg-on-android

as well as ffmpeg libraries depend on them. Create a dynamic library wrapping ffmpeg functionality using the Android NDK . There's a lot of documentation out there on how to work with the NDK. Basically you'll need to write some C C code to.. wrapping ffmpeg functionality using the Android NDK . There's a lot of documentation out there on how to work with the NDK. Basically you'll need to write some C C code to export the functionality you need out of ffmpeg into a library java can.. C C code to export the functionality you need out of ffmpeg into a library java can interact with through JNI. The NDK allows you to easily link against the static libraries you've generated in step 1 just add a line similar to this to Android.mk..

Use FFMPEG on Android [closed]

http://stackoverflow.com/questions/5164211/use-ffmpeg-on-android

somebody know how to use FFMPEG on Android to convert YUV420 frame to H.264 I have ported FFMPEG work on Android with NDK I just don't know how to use it. A source code is appreciated. android ffmpeg h.264 share improve this question You..

How to use addr2line in Android

http://stackoverflow.com/questions/5314036/how-to-use-addr2line-in-android

for stack frame #00 gives you the address where the crash occurred. This is the number to pass to addr2line. I'm using NDK r5 so the executable I'm using is located at NDK toolchains arm linux androideabi 4.4.3 prebuilt linux x86 bin make sure.. crash occurred. This is the number to pass to addr2line. I'm using NDK r5 so the executable I'm using is located at NDK toolchains arm linux androideabi 4.4.3 prebuilt linux x86 bin make sure that is in your PATH . The command to use looks..